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 e6cce07..e4a12ec 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.1} +: ${JUST_BRANCH:=v1.3.2} : ${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 73c73c1..a816f89 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -524,8 +524,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.1" - , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10" + , "branch": "v1.3.2" + , "commit": "27a56845398b07471f8185648a79a63f97851659" } , "bindings": { "rules": "just/rules-just" @@ -762,8 +762,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.1" - , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10" + , "branch": "v1.3.2" + , "commit": "27a56845398b07471f8185648a79a63f97851659" , "subdir": "etc/patches" } } @@ -804,8 +804,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.1" - , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10" + , "branch": "v1.3.2" + , "commit": "27a56845398b07471f8185648a79a63f97851659" , "subdir": "rules" } , "target_root": "just/defaults" @@ -926,8 +926,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.1" - , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10" + , "branch": "v1.3.2" + , "commit": "27a56845398b07471f8185648a79a63f97851659" , "subdir": "etc/defaults" } } @@ -935,8 +935,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.1" - , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10" + , "branch": "v1.3.2" + , "commit": "27a56845398b07471f8185648a79a63f97851659" , "subdir": "etc/import" } } |