summaryrefslogtreecommitdiff
path: root/etc/generate-repos.sh
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-12-19 14:15:09 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-12-19 14:42:32 +0100
commit7f31a9be9183d38e4146a1b4b60fd5d1311661e6 (patch)
treefe97d974f16c8ec580c0bde5ab0ebdf7067be1a3 /etc/generate-repos.sh
parent612ad237752141ec0e5fe3a87b68275033094358 (diff)
downloadjustbuild-static-binaries-7f31a9be9183d38e4146a1b4b60fd5d1311661e6.tar.gz
Update to 1.2.4
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 56d0db9..8ff16bb 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.2.3}
+: ${JUST_BRANCH:=v1.2.4}
: ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain}
: ${TC_BRANCH:=master}
: ${TC_NAME:=gcc-13.2.0-musl+tools}