summaryrefslogtreecommitdiff
path: root/etc/generate-repos.sh
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-10-31 10:02:50 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-10-31 12:08:20 +0100
commit8d95f2ced48d59b5cb6dce3b39955191fbc19743 (patch)
treeb1e83a4073a922a39a68ef24999b015bd5df7f3c /etc/generate-repos.sh
parent0d026bfafc441f8fa7bbbe822742429a9e095777 (diff)
downloadjustbuild-static-binaries-8d95f2ced48d59b5cb6dce3b39955191fbc19743.tar.gz
Update to 1.4.0~beta1
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 e4a12ec..93840c4 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.2}
+: ${JUST_BRANCH:=v1.4.0-beta1}
: ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain}
: ${TC_BRANCH:=master}
: ${TC_NAME:=gcc-14.1.0-musl+tools}