# Tokenizers 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.

19be57b981dd379b0e698aab73e599ddca34c2cbdd61d00994f48be81cea5690  libtokenizers_ffi-windows-x86_64.dll
a204208215d01b13245492ba478a7a9a49d07311f19e934a918805801d6c5a56  libtokenizers_ffi-linux-aarch64-glibc.so
c658adbad77cafad1cab930cc55a6c82f8845876c3ff7c23c24c63d979490343  libtokenizers_ffi-windows-arm64.dll
e7e35fab1e4a46b4ae6dd0bd2cecf5f42c4fbf7da1980404e42f0daa71f67d2b  libtokenizers_ffi-linux-x86_64-glibc.so
fc933dab14317cf792056b7b7e68e77c50c354de2c050c15eb07fe69d2a7812d  libtokenizers_ffi-macos-universal.dylib

