# SHA256 checksums of the per-platform GitHub Release tarballs.
#
# Format: <sha256>  <filename>
#
# Produced by .github/workflows/build-binaries.yml, which:
#   1. Fetches Microsoft's upstream libonnxruntime prebuilt for
#      each platform.
#   2. Compiles src/onnx_native_shim.c against it.
#   3. Packages (lib/ + include/) into one tarball per platform
#      and computes its sha256.
#
# After the CI workflow runs for a new BINARY_TAG, paste the
# workflow-generated checksums.txt contents below (replacing the
# prior set). Build.rakumod treats these as a hard security
# boundary: any tarball whose sha doesn't match is refused before
# extraction.
#
# These hashes are for binaries-onnxruntime-1.20.0-r3 — the
# Linux shims were rebuilt with -Wl,--disable-new-dtags to emit
# DT_RPATH instead of DT_RUNPATH, so a user's LD_LIBRARY_PATH
# can no longer hijack the staged libonnxruntime.
#
# When CI rebuilds for r4 the release will also include the
# CUDA-enabled bundles:
#   onnxruntime-linux-x86_64-glibc-gpu.tar.gz
#   onnxruntime-windows-x86_64-gpu.zip
# These get fetched by Build.rakumod when the user installs with
# ONNX_NATIVE_WITH_CUDA=1. Paste their SHAs in alongside the CPU
# entries below — Build.rakumod looks up by exact filename.

0222fd1e3a6e55544ff56b4acd9cf020f0b873b6835e5d608014e3bee8365108  onnxruntime-macos-arm64.tar.gz
3b6464787e600c89feb0b4421efc36d7f6e2ae7d424d7f782e29c8cb6b9fd2e4  onnxruntime-windows-x86_64.zip
5db894e5ba6198bdb0cb6b37f604f7adbaa4596b3d385672c3dbc6d17b6037c4  onnxruntime-linux-aarch64-glibc.tar.gz
63ef3e568cbbb1d59d77625d0ea1918e6838761b9a5ce36834ba62d44ae2c018  onnxruntime-linux-x86_64-glibc.tar.gz
76dde806d9d9f38e8bb337311f2a2952c092ad2860dc7f1db07200aa7e058397  onnxruntime-linux-x86_64-glibc-gpu.tar.gz
a60f261a864e634c0ea32a6d218444c6e2477eae9937388562ad4cc9476b6b65  onnxruntime-windows-arm64.zip
d5fa42cee116b26468ab6de51eeda970ff47ad3e0f57e6cb54c67aecc601eaf8  onnxruntime-windows-x86_64-gpu.zip
d6b359da2b6b9ea4e109115c5daf491126ef73f17b628580c82afdca812676c8  onnxruntime-macos-x86_64.tar.gz
