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 13b98e4..5b73257 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.3.0-beta1} +: ${JUST_BRANCH:=v1.3.0} : ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain} : ${TC_BRANCH:=master} : ${TC_NAME:=gcc-13.2.0-musl+tools} diff --git a/etc/repos.json b/etc/repos.json index c013a05..3293872 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -520,8 +520,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.0-beta1" - , "commit": "e40439b4df897b44ef38601475ee6b9a50002741" + , "branch": "v1.3.0" + , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5" } , "bindings": { "rules": "just/rules-just" @@ -758,8 +758,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.0-beta1" - , "commit": "e40439b4df897b44ef38601475ee6b9a50002741" + , "branch": "v1.3.0" + , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5" , "subdir": "etc/patches" } } @@ -800,8 +800,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.0-beta1" - , "commit": "e40439b4df897b44ef38601475ee6b9a50002741" + , "branch": "v1.3.0" + , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5" , "subdir": "rules" } , "target_root": "just/defaults" @@ -922,8 +922,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.0-beta1" - , "commit": "e40439b4df897b44ef38601475ee6b9a50002741" + , "branch": "v1.3.0" + , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5" , "subdir": "etc/defaults" } } @@ -931,8 +931,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.0-beta1" - , "commit": "e40439b4df897b44ef38601475ee6b9a50002741" + , "branch": "v1.3.0" + , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5" , "subdir": "etc/import" } } |