Created
August 25, 2015 13:23
-
-
Save chinthakagodawita/2432be54e9b7b3be3045 to your computer and use it in GitHub Desktop.
Get SHA256 for a homebrew-dh release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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