# 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.83       510a5d9619874cc50d5fb639d5a8cadc80f1a91c5cea965be9f24748b89875a1
aarch64-apple-darwin       0.1.83       4af6d84340534e24811315cdd03031396ff35b3f3935085afd1302881d4cbb6e
