diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-08 14:36:10 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-08 14:36:10 +0200 |
commit | 07b232e7bcf384ff821a113559c172f03291c5a1 (patch) | |
tree | 4ffab7bfdd0af46658960c3bb5a3004c5c4cf7cc /etc/generate-repos.sh | |
parent | f3125052cf16022d906163ffe1ba1513d4a026a0 (diff) | |
download | justbuild-static-binaries-07b232e7bcf384ff821a113559c172f03291c5a1.tar.gz |
Update to 1.3.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 13b98e4..5b73257 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.3.0-beta1} +: ${JUST_BRANCH:=v1.3.0} : ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain} : ${TC_BRANCH:=master} : ${TC_NAME:=gcc-13.2.0-musl+tools} |