diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-04 11:43:14 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-04 11:47:38 +0100 |
commit | 511f749504ea9f624d56b30e2f4d87c10c53c0b0 (patch) | |
tree | a73c2e033bf034d7a3256691ac7377c697486a48 /etc | |
parent | 8063d1301a4a8346de9b3b2f7870de2f0f69263f (diff) | |
download | justbuild-static-binaries-511f749504ea9f624d56b30e2f4d87c10c53c0b0.tar.gz |
Update to 1.4.1
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 42f9dfa..f1d5882 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.4.0} +: ${JUST_BRANCH:=v1.4.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 da0845f..9778690 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.4.0" - , "commit": "562bddf70175a602f896397f41ee5f5e07e834eb" + , "branch": "v1.4.1" + , "commit": "2dc306f510c7ba0661d95bd75305f7deb5eb54b2" } , "bindings": { "rules": "just/rules-just" @@ -762,8 +762,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.0" - , "commit": "562bddf70175a602f896397f41ee5f5e07e834eb" + , "branch": "v1.4.1" + , "commit": "2dc306f510c7ba0661d95bd75305f7deb5eb54b2" , "subdir": "etc/patches" } } @@ -804,8 +804,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.0" - , "commit": "562bddf70175a602f896397f41ee5f5e07e834eb" + , "branch": "v1.4.1" + , "commit": "2dc306f510c7ba0661d95bd75305f7deb5eb54b2" , "subdir": "rules" } , "target_root": "just/defaults" @@ -926,8 +926,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.0" - , "commit": "562bddf70175a602f896397f41ee5f5e07e834eb" + , "branch": "v1.4.1" + , "commit": "2dc306f510c7ba0661d95bd75305f7deb5eb54b2" , "subdir": "etc/defaults" } } @@ -935,8 +935,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.0" - , "commit": "562bddf70175a602f896397f41ee5f5e07e834eb" + , "branch": "v1.4.1" + , "commit": "2dc306f510c7ba0661d95bd75305f7deb5eb54b2" , "subdir": "etc/import" } } |