diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-05 16:01:33 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-05 16:59:06 +0100 |
commit | 9f35bae8b0316d6777419c4e20a232982d504f68 (patch) | |
tree | 6a64d653572dc2d430d3514007909d426a77343c /etc/generate-repos.sh | |
parent | 8d95f2ced48d59b5cb6dce3b39955191fbc19743 (diff) | |
download | justbuild-static-binaries-1.4.0.tar.gz |
Update to 1.4.0v1.4.0
Diffstat (limited to 'etc/generate-repos.sh')
-rwxr-xr-x | etc/generate-repos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index 93840c4..42f9dfa 100755 --- a/etc/generate-repos.sh +++ b/etc/generate-repos.sh @@ -16,7 +16,7 @@ set -eu : ${JUST_REPO:=https://github.com/just-buildsystem/justbuild} -: ${JUST_BRANCH:=v1.4.0-beta1} +: ${JUST_BRANCH:=v1.4.0} : ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain} : ${TC_BRANCH:=master} : ${TC_NAME:=gcc-14.1.0-musl+tools} |