# Download and verify checksum
curl -LO https://artifacts.patterneddesigns.ca/PatternedDesigns/v1.2.0/patterneddesigns-v1.2.0-artifact2.tar.gz
echo "6f97e0614b520687350b672cd71e38c12875cd6266692ec9ec7fd23103e53204 patterneddesigns-v1.2.0-artifact2.tar.gz" | sha256sum -cContent-addressed checksums for verifying artifact integrity.
6f97e0614b520687350b672cd71e38c12875cd6266692ec9ec7fd23103e53204# Download artifact
curl -O https://artifacts.patterneddesigns.ca/PatternedDesigns/v1.2.0/patterneddesigns-v1.2.0-artifact2.tar.gz
# Verify SHA-256
sha256sum patterneddesigns-v1.2.0-artifact2.tar.gz
# Expected: 6f97e0614b520687350b672cd71e38c12875cd6266692ec9ec7fd23103e53204Cryptographic signatures binding this artifact to publisher identities.
4096R/ABCD12341234 5678 90AB CDEF 1234 5678 90AB CDEF 1234 5678-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEexampleSignatureForPatternedDesignsv1.2.0Artifact2
-----END PGP SIGNATURE-----
# Import key
gpg --keyserver keys.openpgp.org --recv-keys 4096R/ABCD1234
# Verify signature
gpg --verify signature.asc artifact.tar.gzBuild metadata and supply chain context for this artifact.