diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-10 11:25:37 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-10 12:50:24 +0200 |
commit | f12456c03061b0f0793b935af2247bb22281be66 (patch) | |
tree | cef3a44f66ca6c533c44a40d07a0cb562c5616b4 | |
parent | a87866103043908737ddadf5c7df08540e0c229f (diff) | |
download | justbuild-static-binaries-f12456c03061b0f0793b935af2247bb22281be66.tar.gz |
Update to 1.3.2
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | etc/generate-repos.sh | 2 | ||||
-rw-r--r-- | etc/repos.json | 20 | ||||
-rw-r--r-- | hashes/arm64.GITBLOBIDS | 6 | ||||
-rw-r--r-- | hashes/arm64.SHA256SUMS | 4 | ||||
-rw-r--r-- | hashes/x86_64.GITBLOBIDS | 8 | ||||
-rw-r--r-- | hashes/x86_64.SHA256SUMS | 4 |
7 files changed, 23 insertions, 23 deletions
@@ -10,7 +10,7 @@ is acquired via [**Bootstrappable Builds**](https://bootstrappable.org/). Independent of the `x86_64` Linux build host, we can predict that for -- **Justbuild Version:** v1.3.1 +- **Justbuild Version:** v1.3.2 - **Toolchain:** gcc-14.1.0-musl+tools binaries with the following hashes will be produced: diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index e6cce07..e4a12ec 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.1} +: ${JUST_BRANCH:=v1.3.2} : ${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 73c73c1..a816f89 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -524,8 +524,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.1" - , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10" + , "branch": "v1.3.2" + , "commit": "27a56845398b07471f8185648a79a63f97851659" } , "bindings": { "rules": "just/rules-just" @@ -762,8 +762,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.1" - , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10" + , "branch": "v1.3.2" + , "commit": "27a56845398b07471f8185648a79a63f97851659" , "subdir": "etc/patches" } } @@ -804,8 +804,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.1" - , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10" + , "branch": "v1.3.2" + , "commit": "27a56845398b07471f8185648a79a63f97851659" , "subdir": "rules" } , "target_root": "just/defaults" @@ -926,8 +926,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.1" - , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10" + , "branch": "v1.3.2" + , "commit": "27a56845398b07471f8185648a79a63f97851659" , "subdir": "etc/defaults" } } @@ -935,8 +935,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.1" - , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10" + , "branch": "v1.3.2" + , "commit": "27a56845398b07471f8185648a79a63f97851659" , "subdir": "etc/import" } } diff --git a/hashes/arm64.GITBLOBIDS b/hashes/arm64.GITBLOBIDS index a26ed49..e8a4ed4 100644 --- a/hashes/arm64.GITBLOBIDS +++ b/hashes/arm64.GITBLOBIDS @@ -1,12 +1,12 @@ { "bin/just": { "file_type": "x", - "id": "4ac634b99b358fb26e6f825d9e69d4e90d92ca80", - "size": 25333440 + "id": "4798916774b3d5055c05e265a6327ef236f61c93", + "size": 25332904 }, "bin/just-mr": { "file_type": "x", - "id": "293dd63dcf3a5d3877a6fc70cdd94d062a34daf7", + "id": "5ea029570684502b10dae9b1cc90c10885fb8335", "size": 24597872 } } diff --git a/hashes/arm64.SHA256SUMS b/hashes/arm64.SHA256SUMS index 5942ad4..cb8f9a9 100644 --- a/hashes/arm64.SHA256SUMS +++ b/hashes/arm64.SHA256SUMS @@ -1,2 +1,2 @@ -487c95d9a80a4d421511fc79c9ccf3857b9107388d071e808fbabbea83cfb43d bin/just -81a4a58a3c48dbeaab8d4f3da32a320f423ec63bef8163c0aa568bfe7901b725 bin/just-mr +e05b8dad7bbe2e80e7ce655562308e8a33191587756e23ccbbb5d20318d296d1 bin/just +c1ab41f144f5f316a42061d81e6a2fcda519fe55e63d57186a4c9d55e0b58287 bin/just-mr diff --git a/hashes/x86_64.GITBLOBIDS b/hashes/x86_64.GITBLOBIDS index 97c962d..eaf83e9 100644 --- a/hashes/x86_64.GITBLOBIDS +++ b/hashes/x86_64.GITBLOBIDS @@ -1,12 +1,12 @@ { "bin/just": { "file_type": "x", - "id": "86db0ace877f403f708cc73cc6b3a024086db81b", - "size": 27564152 + "id": "83bac5193c874fac578e24d756d9272a8e0f9c07", + "size": 27578040 }, "bin/just-mr": { "file_type": "x", - "id": "c68d8fde6fd8a86063b1510f29f7f2cf851da452", - "size": 26682800 + "id": "0ae12e9f2e0a5159ccc1c039ff2acc1c2a86b9af", + "size": 26682848 } } diff --git a/hashes/x86_64.SHA256SUMS b/hashes/x86_64.SHA256SUMS index b814b0f..e17f58a 100644 --- a/hashes/x86_64.SHA256SUMS +++ b/hashes/x86_64.SHA256SUMS @@ -1,2 +1,2 @@ -65f2a2d95203c9696c751aab0750d94065b59be0ec3720ab027d259188b84685 bin/just -c0aff77f359849af9d806c667ed4c42eea53e0aff8555a3b7959084219c99d9f bin/just-mr +3edcce1a5d01ebf9f723fbc9e15848d85a44634a24e0e89ac23447d6bec7db5e bin/just +851b6b349e9398f656087f8db7723f5c1625932b519b064f94cd9d926c37f74d bin/just-mr |