# Notcurses-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 via CMake — safe default, just much slower (~5–15 min
# because notcurses pulls in ffmpeg, ncurses, libunistring, libdeflate
# from the system package manager at build time).
#
# Each platform's archive bundles three notcurses libs plus any
# ffmpeg sibling dylibs that notcurses dyn-links; relocated with
# @loader_path (macOS) / $ORIGIN (Linux) / sibling DLL layout
# (Windows) so they load from the same resources/lib/ directory.

1df9b1563d5d32100467af67212985b238098ef2eeaaec43ebaf115848f2c63f  notcurses-linux-aarch64-musl.tar.gz
1f498045f917e524277d4abbc7daf1a029b6adb91bd80b803607fbb91fd14e31  notcurses-windows-x86_64.zip
470154211fec29d576fb556377a92df659bfa3bc37714fafdbdfb718985ee61a  notcurses-linux-x86_64-glibc.tar.gz
69c073ad54fc9f77fead56a222dac0c1d3b9987191e97800c9a4eb15310e6801  notcurses-macos-arm64.tar.gz
8736671a4c09519a0897b0a8ac34af39ebd1cdcc720492916ca6cbabe44e2b79  notcurses-linux-aarch64-glibc.tar.gz
acddc4dcb599274bbf4cba5d777c7e057231695487e01fe0d59ef0b34f61043a  notcurses-macos-x86_64.tar.gz
d33c34e7e6732be36732e6e177efacb2244b6a99b31ff5e07d1ce46918ed5116  notcurses-windows-arm64.zip
e6e8d4e82c98e52a9a1836458f2490a1b770ef8ad0a571eb8bba7e7614df7d6e  notcurses-linux-x86_64-musl.tar.gz

