diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/generate-repos.sh | 2 | ||||
-rw-r--r-- | etc/repos.json | 36 |
2 files changed, 17 insertions, 21 deletions
diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index da5315e..e1e12eb 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} +: ${JUST_BRANCH:=v1.6.1} : ${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 e13479a..e6004b9 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" - , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" + , "branch": "v1.6.1" + , "commit": "2abad9affbc0d91fa07ba0a1b3c7370f54adabb9" } , "bindings": { "rules": "just/rules-just" @@ -570,19 +570,15 @@ , "just/bazel_remote_apis": { "repository": { "type": "archive" - , "content": "da6d7d589ccd1924ba9840a4e329e438dfa27f86" - , "fetch": "https://github.com/bazelbuild/remote-apis/archive/e1fe21be4c9ae76269a5a63215bb3c72ed9ab3f0.tar.gz" - , "sha256": "7421abd5352ccf927c2050453a4dbfa1f7b1c7170ec3e8702b6fe2d39b8805fe" - , "sha512": "3042690ee4b17a27db92ca867b4225c25f3f16344dce5fe86695d72ddda531e1593a5f0f70a291283451ce1e9f606c2285d222df3787815cd8f4054e1113bc9d" - , "subdir": "remote-apis-e1fe21be4c9ae76269a5a63215bb3c72ed9ab3f0" + , "content": "b2c8d2624519413a67d354d8e2b1b707e29482b1" + , "fetch": "https://github.com/bazelbuild/remote-apis/archive/9ef19c6b5fbf77d6dd9d84d75fbb5a20a6b62ef1.tar.gz" + , "sha256": "ccf57539b6347ceb0aa7e93ee43b9fff1aeb496d36cc097da918c4a35ef65839" + , "sha512": "6fc84bc0b3f0730651ec9f7fe03e343c02acaabfef80cd3057343b6c6b935820e4fea27e0c8f0f0d86ccd9c3cbf82461e75b66740326113cf647339007fb3c0c" + , "subdir": "remote-apis-9ef19c6b5fbf77d6dd9d84d75fbb5a20a6b62ef1" } , "target_root": "just/import targets" , "target_file_name": "TARGETS.bazel_remote_apis" - , "bindings": - { "rules": "just/rules" - , "google_apis": "just/google_apis" - , "patches": "just/patches" - } + , "bindings": {"rules": "just/rules", "google_apis": "just/google_apis"} } , "just/bzip2": { "repository": @@ -786,8 +782,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0" - , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" + , "branch": "v1.6.1" + , "commit": "2abad9affbc0d91fa07ba0a1b3c7370f54adabb9" , "subdir": "etc/patches" } } @@ -828,8 +824,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0" - , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" + , "branch": "v1.6.1" + , "commit": "2abad9affbc0d91fa07ba0a1b3c7370f54adabb9" , "subdir": "rules" } , "target_root": "just/defaults" @@ -950,8 +946,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0" - , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" + , "branch": "v1.6.1" + , "commit": "2abad9affbc0d91fa07ba0a1b3c7370f54adabb9" , "subdir": "etc/defaults" } } @@ -959,8 +955,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0" - , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" + , "branch": "v1.6.1" + , "commit": "2abad9affbc0d91fa07ba0a1b3c7370f54adabb9" , "subdir": "etc/import" } } |