scripts: SHA256SUMs file for checksumming

This commit is contained in:
Mitchell Hashimoto 2013-06-24 15:13:59 -07:00
parent 7043dfeeca
commit 0334694c03
1 changed files with 5 additions and 0 deletions

View File

@ -86,4 +86,9 @@ done
waitAll
# Make the checksums
pushd ./pkg/${VERSIONDIR}/dist
shasum -a256 * > ./${VERSION}_SHA256SUMS
popd
exit 0