Skip to content

Commit

Permalink
update checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Oct 22, 2024
1 parent c1a30db commit b9a51ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion hack/checksums.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ while IFS= read -r line; do
read -r sha256 filename <<< "$line"
integrity="sha256-$(echo $sha256 | xxd -r -p | base64)"
filename=${filename#container-structure-test-}
echo " \"$filename\": \"$integrity\""
echo " \"$filename\": \"$integrity\","
done <<< "$checksums"
echo "}"

Expand Down
14 changes: 7 additions & 7 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ load("//bazel:toolchains_repo.bzl", "PLATFORMS", "toolchains_repo")

_VERSION="v1.19.2"
_HASHES = {
"darwin-amd64": "sha256-mkBKyy32nnivskrvlj0BbPnauhXnUckmBJJZzrDdKYU="
"darwin-arm64": "sha256-qdy4KDN143ar99X2kIwvXwyQO/NBqwMCZhmVJ65Pu3Y="
"linux-amd64": "sha256-u6b/uaz5Z0QMHMD+Iz2uM9ClCq4ULxLIWCYZAue/tAU="
"linux-arm64": "sha256-ebFieFZDy+X9ZbNAhdUi6KPKRyBe+bsizBaBqoimZ88="
"linux-ppc64le": "sha256-pkvTL+pb9/kxVxs0HBPf3CgTLD4z6mkdXlrZRU+iiIE="
"linux-s390x": "sha256-v2Nu34HxrGtJ1Op8qWMtoFi36CNW4hI83RRTVd7uq7s="
"windows-amd64.exe": "sha256-J9+eC2BlqXXhLIDyjMpFm10uFAQcV8HzPOuz76y1WbE="
"darwin-amd64": "sha256-mkBKyy32nnivskrvlj0BbPnauhXnUckmBJJZzrDdKYU=",
"darwin-arm64": "sha256-qdy4KDN143ar99X2kIwvXwyQO/NBqwMCZhmVJ65Pu3Y=",
"linux-amd64": "sha256-u6b/uaz5Z0QMHMD+Iz2uM9ClCq4ULxLIWCYZAue/tAU=",
"linux-arm64": "sha256-ebFieFZDy+X9ZbNAhdUi6KPKRyBe+bsizBaBqoimZ88=",
"linux-ppc64le": "sha256-pkvTL+pb9/kxVxs0HBPf3CgTLD4z6mkdXlrZRU+iiIE=",
"linux-s390x": "sha256-v2Nu34HxrGtJ1Op8qWMtoFi36CNW4hI83RRTVd7uq7s=",
"windows-amd64.exe": "sha256-J9+eC2BlqXXhLIDyjMpFm10uFAQcV8HzPOuz76y1WbE=",
}

STRUCTURE_TEST_BUILD_TMPL = """\
Expand Down

0 comments on commit b9a51ad

Please sign in to comment.