Commit 0334694c authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

scripts: SHA256SUMs file for checksumming

parent 7043dfee
......@@ -86,4 +86,9 @@ done
waitAll
# Make the checksums
pushd ./pkg/${VERSIONDIR}/dist
shasum -a256 * > ./${VERSION}_SHA256SUMS
popd
exit 0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment