diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-07-30 16:37:30 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-07-30 17:14:20 +0200 |
commit | 7c511558e10e3a0038a8f0e3c2d3277d90e1e2c1 (patch) | |
tree | 229d15a47ad5edc97819de6f288b3e4bbb1bbb62 /etc | |
parent | 789211718f402ae13028751f4498af157f6e1455 (diff) | |
download | justbuild-static-binaries-7c511558e10e3a0038a8f0e3c2d3277d90e1e2c1.tar.gz |
Update to 1.6.2
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 e1e12eb..191e93c 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.6.1} +: ${JUST_BRANCH:=v1.6.2} : ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain} : ${TC_BRANCH:=master} : ${TC_NAME:=gcc-14.2.0-musl+tools} diff --git a/etc/repos.json b/etc/repos.json index e6004b9..d782433 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -548,8 +548,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.1" - , "commit": "2abad9affbc0d91fa07ba0a1b3c7370f54adabb9" + , "branch": "v1.6.2" + , "commit": "db9ac1de99b3c78d3eadd5116436ca80669f6548" } , "bindings": { "rules": "just/rules-just" @@ -782,8 +782,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.1" - , "commit": "2abad9affbc0d91fa07ba0a1b3c7370f54adabb9" + , "branch": "v1.6.2" + , "commit": "db9ac1de99b3c78d3eadd5116436ca80669f6548" , "subdir": "etc/patches" } } @@ -824,8 +824,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.1" - , "commit": "2abad9affbc0d91fa07ba0a1b3c7370f54adabb9" + , "branch": "v1.6.2" + , "commit": "db9ac1de99b3c78d3eadd5116436ca80669f6548" , "subdir": "rules" } , "target_root": "just/defaults" @@ -946,8 +946,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.1" - , "commit": "2abad9affbc0d91fa07ba0a1b3c7370f54adabb9" + , "branch": "v1.6.2" + , "commit": "db9ac1de99b3c78d3eadd5116436ca80669f6548" , "subdir": "etc/defaults" } } @@ -955,8 +955,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.1" - , "commit": "2abad9affbc0d91fa07ba0a1b3c7370f54adabb9" + , "branch": "v1.6.2" + , "commit": "db9ac1de99b3c78d3eadd5116436ca80669f6548" , "subdir": "etc/import" } } |