summarylogtreecommitdiffstats
path: root/hash
blob: 8e64c6c74d634f1fa49794dae3cfc8aad5d72807 (plain)
1
2
3
4
for ARCH in x86_64-unknown-linux-gnu
do
  curl -sSL https://github.com/tangramxyz/tangram/releases/download/v${PKGVER}/tangram_cli_${PKGVER}_${ARCH}.tar.gz | sha256sum | awk '{print $1}'
done