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

9871e87b38f7e7756e8bd7aa41fc8911bb0d9da8beade11b16d941ac47274308  notcurses-linux-x86_64-glibc.tar.gz
bf1bce748d061506c6bd77791755c14dd392ca57d600b0c4e6e47bd8fb548aec  notcurses-windows-arm64.zip
ca526e7170d1f71be4b545a18c1256804cf6e32d04acfcc969e5a43d5d0c51f2  notcurses-macos-arm64.tar.gz
d89c9284f17ae598c39c0215670a351ecdb4da61089610c5affdbd4ae62be65f  notcurses-windows-x86_64.zip
e6713b09be705c73f4d4b9f1be62bdc6cb74047ca576472bc04b6010577ed8bd  notcurses-linux-aarch64-glibc.tar.gz
