Calculate SHA256 in mkpkg.sh

This commit is contained in:
Edwin Brady 2017-03-08 10:59:30 +00:00
parent 96076832a0
commit 6b35bbb01d
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,7 @@ Things to be checked, or done before a release is made.
## Announcements
+ [ ] Update website.
+ [ ] Update web site with SHA256 hash of binary
+ [ ] Email Mailing list.
+ [ ] Make REDDIT post.
+ [ ] Tweet

View File

@ -62,3 +62,6 @@ pkgbuild --identifier org.idris-lang \
--version "v$VERSION" \
--root /tmp/idris-pkg/ \
idris-$VERSION.pkg
echo "==> Creating SHA256 hash (don't forget to update web site!)"
shasum -a 256 idris-$VERSION.pkg > idris-$VERSION.pkg.sha256