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

12258849748bd8ea7c70f3dd81d717076aaa842ecabe1e9d1d6521ca0bfc93bc  notcurses-windows-x86_64.zip
1bac30faf8c7077c03fc52b3f3de2bffc46b635aea581c03bdee809e9bc814d5  notcurses-linux-aarch64-musl.tar.gz
1eeaa769196120bc3f5b95da979c44bc5602ea0c6917420fa3320b183889d842  notcurses-linux-x86_64-musl.tar.gz
53d110438de5157a2201f28d5480385147b5ab1297c64c09a9e172d261712df6  notcurses-macos-x86_64.tar.gz
65c32133b349e50d5b966c64828331be8f02e7dec7f03d9f86caf3b4315ab47f  notcurses-linux-aarch64-glibc.tar.gz
70d6b91fa9ccc832fcd5ee36c43be3339653958dc60015774c0f88849b23a286  notcurses-linux-x86_64-glibc.tar.gz
9c0d7cdb3dce49ff24495fe58c38cbb7ea03dd3d939eee7c9dbcb0dcb7445ad9  notcurses-windows-arm64.zip
ae537735f326298c030b1a5641bf84c8d0f31beca2243895dc605ad3fd801c6b  notcurses-macos-arm64.tar.gz

