scripts: SHA256SUMs file for checksumming

pull/919/head
Mitchell Hashimoto 13 years ago
parent 7043dfeeca
commit 0334694c03

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

Loading…
Cancel
Save