# 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.87       da82da50bb9d28bd756d1612f53c426c318bd7100221eb376ff4a87f4e620537
aarch64-apple-darwin       0.1.87       ae444a98ade06208409ab1be619383980ec915859d62b5354720cb75107d2168
