scripts: SHA256SUMs file for checksumming

pull/24/merge
Mitchell Hashimoto 13 years ago
parent b9dbefb21a
commit b117f617cf

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

Loading…
Cancel
Save