mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
scripts: SHA256SUMs file for checksumming
This commit is contained in:
parent
7043dfeeca
commit
0334694c03
1 changed files with 5 additions and 0 deletions
|
|
@ -86,4 +86,9 @@ done
|
|||
|
||||
waitAll
|
||||
|
||||
# Make the checksums
|
||||
pushd ./pkg/${VERSIONDIR}/dist
|
||||
shasum -a256 * > ./${VERSION}_SHA256SUMS
|
||||
popd
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue