diff --git a/scripts/dist.sh b/scripts/dist.sh index 457e77c34..3e2db562d 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -86,4 +86,9 @@ done waitAll +# Make the checksums +pushd ./pkg/${VERSIONDIR}/dist +shasum -a256 * > ./${VERSION}_SHA256SUMS +popd + exit 0