# Noise::Simplex::Native prebuilt binary checksums.
#
# DO NOT hand-edit entries. After a binary release is published, CI
# produces a checksums.txt as a release asset; copy its contents here:
#
#     gh release download "$(cat BINARY_TAG)" \
#         --pattern checksums.txt --output /tmp/new.txt
#     cp /tmp/new.txt resources/checksums.txt
#     git add resources/checksums.txt
#     git commit -m "Update binary checksums for $(cat BINARY_TAG)"
#
# Format: one entry per line
#     <sha256-hex>  <artefact-filename>
#
# Lines starting with '#' and blank lines are ignored. When this file
# is empty or doesn't list the expected artefact, every prebuilt
# lookup fails SHA verify and Build.rakumod falls back to compiling
# from source — safe default, just slower.

1b01691f757a65fa18db2f3a6e418fe6125334253ebae506a2b5605a2d56ae18  libnoise_simplex_native-linux-aarch64-glibc.so
403f14e09f2f3a5aa515c8120bf5aa86954c938d5fe9d0a35a4c141e959be326  libnoise_simplex_native-windows-arm64.dll
779da32dfc395e251756276048cf6fea56eff246cb5d9a4dcf534149f7db4822  libnoise_simplex_native-macos-universal.dylib
b0823684e595abb24efe56999d01df7f3882d7f7c7bca364d578ec01c9ebadf8  libnoise_simplex_native-windows-x86_64.dll
f577431a77a2953b35c26cf8f9bb560b382ee8996fbb0058000f5710af59c13f  libnoise_simplex_native-linux-x86_64-glibc.so
