summaryrefslogtreecommitdiff
path: root/etc/generate-repos.sh
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-04-01 15:37:14 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-04-01 15:58:40 +0200
commit91fd230756a974d4d4b60f7703a56c3f2c1bb24c (patch)
tree02451fb4e09255b906f9f61d811af43d9104334b /etc/generate-repos.sh
parent4f42ee68c9adfb0f97ccc63988894ea2a6185616 (diff)
downloadjustbuild-static-binaries-91fd230756a974d4d4b60f7703a56c3f2c1bb24c.tar.gz
Update to 1.5.1
Diffstat (limited to 'etc/generate-repos.sh')
-rwxr-xr-xetc/generate-repos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh
index 9181f09..cbd101a 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.5.0}
+: ${JUST_BRANCH:=v1.5.1}
: ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain}
: ${TC_BRANCH:=master}
: ${TC_NAME:=gcc-14.1.0-musl+tools}