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

17ae2066d0ae71e8bb7823a31629a5089f52f034b1b24807513ff538eab5ae70  notcurses-macos-arm64.tar.gz
2f1c93cbecfdfbbd652f556a1f4eb8557e948119923f03e7ffcaf304dd0fa81d  notcurses-linux-aarch64-glibc.tar.gz
30ec7dcaeb66e7ef466d7e56c6bd94aebf11ce7a8fdcc72b1c6209ff870be3ef  notcurses-macos-x86_64.tar.gz
4ed8c170590151cea11f6813ab6753fdb480737f6ae605aadca2936d826c6575  notcurses-linux-x86_64-musl.tar.gz
8c13488b0c8255b74200c3a9cf868d992b0c7948c77a9ba4942acdf126794e20  notcurses-windows-arm64.zip
ad971c7d9d8bf82aeb03262de112ba383172fefc9fab7d4dc27555c71ab0a9d2  notcurses-linux-aarch64-musl.tar.gz
b2afa2a9e08c5c2716d93bf015cdd7d6706d08ce7688749cdd7ac06bb5466a18  notcurses-windows-x86_64.zip
b5cadc4039f77aacd6eea396121e6b93a325f1c00e675af863693940b969d059  notcurses-linux-x86_64-glibc.tar.gz

