Skip to content

Instantly share code, notes, and snippets.

@chinthakagodawita
Created August 25, 2015 13:23
Show Gist options
  • Save chinthakagodawita/2432be54e9b7b3be3045 to your computer and use it in GitHub Desktop.
Save chinthakagodawita/2432be54e9b7b3be3045 to your computer and use it in GitHub Desktop.
Get SHA256 for a homebrew-dh release.
#!/usr/bin/env bash
set -o nounset
tag=""
echo "Enter version tag: "
read tag
curl "https://github.com/chinthakagodawita/docker-hat/releases/tag/$tag" | shasum -a 256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment