diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/generate-repos.sh | 2 | ||||
-rw-r--r-- | etc/repos.json | 30 |
2 files changed, 16 insertions, 16 deletions
diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index 8f0596a..51e10f8 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.3} +: ${JUST_BRANCH:=v1.5.0-beta1} : ${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 dba731c..b73816b 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -539,8 +539,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.3" - , "commit": "dfbfdc230805a7c92baa7e49d82edc2816e00511" + , "branch": "v1.5.0-beta1" + , "commit": "e61131b18ad90e9fc067e6036cbcd6c64b28c986" } , "bindings": { "rules": "just/rules-just" @@ -721,11 +721,11 @@ , "just/fmt": { "repository": { "type": "zip" - , "content": "2ec6acef7f8340d6d48eee098079995a163cc388" - , "fetch": "https://github.com/fmtlib/fmt/releases/download/11.0.2/fmt-11.0.2.zip" - , "sha256": "40fc58bebcf38c759e11a7bd8fdc163507d2423ef5058bba7f26280c5b9c5465" - , "sha512": "06eba9a2a8d1c2269801e10a00ed26a9344b79bca0391a6b10f35e9716682f8345125fceb96e9ca36ffbd4c0558b0e63e4c45a9dff09a8ee186458ec68e34198" - , "subdir": "fmt-11.0.2" + , "content": "90ab7bf7db31acb0fc6d79a823275a96daa81c4a" + , "fetch": "https://github.com/fmtlib/fmt/releases/download/11.1.3/fmt-11.1.3.zip" + , "sha256": "7df2fd3426b18d552840c071c977dc891efe274051d2e7c47e2c83c3918ba6df" + , "sha512": "5b9f5b0c81c2e3e7fb0d985556f98c45e15cbd89fe2ad1bf691bf1ba47c11192efcc83dd643f18bd8086689432c9b8fd9f55704f3d322bfa617ac67b08ba9530" + , "subdir": "fmt-11.1.3" } , "target_root": "just/import targets" , "target_file_name": "TARGETS.fmt" @@ -777,8 +777,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.3" - , "commit": "dfbfdc230805a7c92baa7e49d82edc2816e00511" + , "branch": "v1.5.0-beta1" + , "commit": "e61131b18ad90e9fc067e6036cbcd6c64b28c986" , "subdir": "etc/patches" } } @@ -819,8 +819,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.3" - , "commit": "dfbfdc230805a7c92baa7e49d82edc2816e00511" + , "branch": "v1.5.0-beta1" + , "commit": "e61131b18ad90e9fc067e6036cbcd6c64b28c986" , "subdir": "rules" } , "target_root": "just/defaults" @@ -941,8 +941,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.3" - , "commit": "dfbfdc230805a7c92baa7e49d82edc2816e00511" + , "branch": "v1.5.0-beta1" + , "commit": "e61131b18ad90e9fc067e6036cbcd6c64b28c986" , "subdir": "etc/defaults" } } @@ -950,8 +950,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.3" - , "commit": "dfbfdc230805a7c92baa7e49d82edc2816e00511" + , "branch": "v1.5.0-beta1" + , "commit": "e61131b18ad90e9fc067e6036cbcd6c64b28c986" , "subdir": "etc/import" } } |