summarylogtreecommitdiffstats
path: root/checksum.sh
blob: 8281d1d77a5c506d32f7bbec58fdbc67512cb6ea (plain)
1
2
3
4
#!/bin/bash
[ -z "$1" ] && { echo "usage $0 <PKGVERSION>"; exit 1; }
PKGVER=$1
curl -sI https://d3ip0rje8grhnl.cloudfront.net/v$PKGVER/Inkdrop-$PKGVER-Linux.zip | grep x-amz-meta-md5sum | cut -d ' ' -f 2