bazel-lib/tools/integrity.bzl

11 lines
335 B
Python
Raw Normal View History

"""Release binary integrity hashes.
This file contents are entirely replaced during release publishing.
The checked in content is only here to allow load() statements in the sources to resolve.
"""
RELEASED_BINARY_INTEGRITY = {
"copy_directory-darwin_amd64": "sha256-EH6Qpf/IzIaGncigN+cMc2xCb0C3XuV8I4cUBtaZ7GE=",
# ...etc
}