diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-24 17:13:19 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-24 17:13:19 +0200 |
commit | b0f393ee319f62b8b7488deffd6625582f69f59d (patch) | |
tree | 67de670b024fff4ec54cf725fde7a11565f87f93 /hashes | |
download | justbuild-static-binaries-b0f393ee319f62b8b7488deffd6625582f69f59d.tar.gz |
Initial commit
Diffstat (limited to 'hashes')
-rw-r--r-- | hashes/arm64.GITBLOBIDS | 12 | ||||
-rw-r--r-- | hashes/arm64.SHA256SUMS | 2 | ||||
-rw-r--r-- | hashes/x86_64.GITBLOBIDS | 12 | ||||
-rw-r--r-- | hashes/x86_64.SHA256SUMS | 2 |
4 files changed, 28 insertions, 0 deletions
diff --git a/hashes/arm64.GITBLOBIDS b/hashes/arm64.GITBLOBIDS new file mode 100644 index 0000000..f07f26a --- /dev/null +++ b/hashes/arm64.GITBLOBIDS @@ -0,0 +1,12 @@ +{ + "bin/just": { + "file_type": "x", + "id": "e4918087e38366148af38d98dd4093bb978e1d94", + "size": 14189768 + }, + "bin/just-mr": { + "file_type": "x", + "id": "dc9161526d45157aaacbd657888c0b0405e81516", + "size": 8869240 + } +} diff --git a/hashes/arm64.SHA256SUMS b/hashes/arm64.SHA256SUMS new file mode 100644 index 0000000..b1936ed --- /dev/null +++ b/hashes/arm64.SHA256SUMS @@ -0,0 +1,2 @@ +1e2f14e3e361ac1fb1d2c78428252e7db45fe1492e0a4e64e7925195a1ea8e9a bin/just +1b7da112d11b954beb67fbf9a305d890f640b62aef45d8b15d08fa9d19c4adf4 bin/just-mr diff --git a/hashes/x86_64.GITBLOBIDS b/hashes/x86_64.GITBLOBIDS new file mode 100644 index 0000000..b1be14b --- /dev/null +++ b/hashes/x86_64.GITBLOBIDS @@ -0,0 +1,12 @@ +{ + "bin/just": { + "file_type": "x", + "id": "a76fdd233cd555fd315c57a012e26b3009f895f6", + "size": 15906200 + }, + "bin/just-mr": { + "file_type": "x", + "id": "a36f1872c10df18959416a63441690503a7bcb70", + "size": 9850408 + } +} diff --git a/hashes/x86_64.SHA256SUMS b/hashes/x86_64.SHA256SUMS new file mode 100644 index 0000000..937a50f --- /dev/null +++ b/hashes/x86_64.SHA256SUMS @@ -0,0 +1,2 @@ +b04aa5fadd3496becba20ff36be342af5ea0991ab22ffde6f7a2efcdf5d7748f bin/just +bc8668be6ad931192ec8ed28e0f2dce52ee8b957ac5663284ac730469c02f937 bin/just-mr |