# TreeSitter::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 (and, here, meaningfully
# slower: the source path fetches nine tarballs and compiles 17
# translation units).

42c5c994bf9a1ddb1d73e691cf43033efaf39debe1007d4dce193859998fb7ab  libtreesitter-native-windows-arm64.dll
56b29c686d9e5976ac893520ff79364b2e1d7fbb32a8245c5269682738dadf4d  libtreesitter-native-linux-aarch64-glibc.so
969d7ae2bf93ae347977613fbb3cdedf005c119ceb184e4637a420f44c8230a7  libtreesitter-native-macos-universal.dylib
9d9cae10ed20ea6dde8bf590cc02ddc035c49d64f5197e6a2bd4d81dc8e112e0  libtreesitter-native-linux-x86_64-glibc.so
dc35a844102debfddde794c0f5550d3743ba518a9b01f3449ba02642c48d33b1  libtreesitter-native-windows-x86_64.dll
