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 f1810d7..da5315e 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.0-beta1} +: ${JUST_BRANCH:=v1.6.0} : ${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 f41bc1f..e13479a 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.0-beta1" - , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86" + , "branch": "v1.6.0" + , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" } , "bindings": { "rules": "just/rules-just" @@ -786,8 +786,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0-beta1" - , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86" + , "branch": "v1.6.0" + , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" , "subdir": "etc/patches" } } @@ -828,8 +828,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0-beta1" - , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86" + , "branch": "v1.6.0" + , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" , "subdir": "rules" } , "target_root": "just/defaults" @@ -950,8 +950,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0-beta1" - , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86" + , "branch": "v1.6.0" + , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" , "subdir": "etc/defaults" } } @@ -959,8 +959,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0-beta1" - , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86" + , "branch": "v1.6.0" + , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" , "subdir": "etc/import" } } |