Commit 5afa38e1 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

scripts: SHASUMs should include full version

parent f030623b
......@@ -88,7 +88,7 @@ waitAll
# Make the checksums
pushd ./pkg/${VERSIONDIR}/dist
shasum -a256 * > ./${VERSION}_SHA256SUMS
shasum -a256 * > ./${VERSIONDIR}_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