# Vips-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 through to using
# the system-installed libvips (via the OS dynamic loader resolving
# `is native('vips')`) — same behaviour as Vips::Native 0.1.x.
#
# Each platform's archive bundles libvips + libgobject + libglib +
# all the format-handling libs (jpeg/png/webp/tiff/gif/heif/avif and
# their transitive deps), relocated with @loader_path (macOS) /
# $ORIGIN (Linux) / sibling DLL layout (Windows) so they load from
# the same XDG-staged directory.
#
# Sources we repackage from (the binary trust chain):
#   macOS arm64           Homebrew bottle (vips formula)
#   Linux x86_64 / arm64  conda-forge libvips package
#   Windows x86_64        libvips/build-win64-mxe GitHub release

15c7cf44998e94e3a66add76995d7973ed1c79b40c9af16a68be9b683465ecf1  vips-linux-aarch64-glibc.tar.gz
63094dc3c8d6f82b8a251c721eafce9227c8ad35380902bfc19a969c594804ce  vips-linux-x86_64-glibc.tar.gz
90aaf14bf0f2af7a785d1e5d67aa1b3c7141f5b48b3a6b4078d7260328da3f2e  vips-macos-arm64.tar.gz
e6feb156f16d48660f0791a58e5ab3138dcee871e0dd8efd1eac1e501adc2100  vips-windows-arm64.zip
2f897227e288c0896b6a1f783823a11f998aa78d87b56794f838bb8836986ff7  vips-windows-x86_64.zip
