scripts: SHASUMs should include full version

This commit is contained in:
Mitchell Hashimoto 2013-06-28 10:37:57 -04:00
parent 33635caf8c
commit 9202878107
1 changed files with 1 additions and 1 deletions

View File

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