# Pinned download manifest for targets whose libadamo is NOT shipped inside
# the crate (crates.io caps packages at 10MB; only the Jetson lib fits).
#
# Format, whitespace separated:
#   <target-triple> <artifact-version> <sha256-of-the-xz>
#
# build.rs fetches
#   https://install.adamohq.com/sdk/v<version>/libadamo-<triple>.{so,dylib}.xz
# and verifies the checksum before linking.
#
# Auto-maintained: the "Pin remote libadamo artifacts" step in
# .github/workflows/publish-crates.yml runs scripts/pin-remote.sh on every
# v*.*.* tag, so the published adamo-sys always pins its own release's libs
# (version == crate version). Regenerate by hand with:
#   adamo-rs/scripts/pin-remote.sh <version>

x86_64-unknown-linux-gnu   0.1.91       5e1124b85e85fbafdeab2b43ff93bc7ddd8d079141c6dc774f764b95004950e8
aarch64-apple-darwin       0.1.91       ba7fc149b4fcf45c1533f0f41afb9a120b9762e36f68b395ac386476b6c3243b
