diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/generate-repos.sh | 2 | ||||
-rw-r--r-- | etc/repos.json | 20 |
2 files changed, 11 insertions, 11 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} diff --git a/etc/repos.json b/etc/repos.json index 5f95360..2fab204 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -539,8 +539,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.0" - , "commit": "21d9afbfb744596f0e7646c386870e78dbeab922" + , "branch": "v1.5.1" + , "commit": "bf25529bddd6dca549235ae1b3fecc34e3025e56" } , "bindings": { "rules": "just/rules-just" @@ -777,8 +777,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.0" - , "commit": "21d9afbfb744596f0e7646c386870e78dbeab922" + , "branch": "v1.5.1" + , "commit": "bf25529bddd6dca549235ae1b3fecc34e3025e56" , "subdir": "etc/patches" } } @@ -819,8 +819,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.0" - , "commit": "21d9afbfb744596f0e7646c386870e78dbeab922" + , "branch": "v1.5.1" + , "commit": "bf25529bddd6dca549235ae1b3fecc34e3025e56" , "subdir": "rules" } , "target_root": "just/defaults" @@ -941,8 +941,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.0" - , "commit": "21d9afbfb744596f0e7646c386870e78dbeab922" + , "branch": "v1.5.1" + , "commit": "bf25529bddd6dca549235ae1b3fecc34e3025e56" , "subdir": "etc/defaults" } } @@ -950,8 +950,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.0" - , "commit": "21d9afbfb744596f0e7646c386870e78dbeab922" + , "branch": "v1.5.1" + , "commit": "bf25529bddd6dca549235ae1b3fecc34e3025e56" , "subdir": "etc/import" } } |