mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
Use SHA256 instead of SHA1
This commit is contained in:
parent
fe556c9059
commit
4943fb0598
1 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@ zip -r mas.xcarchive.zip mas.xcarchive
|
|||
echo "==> Compressing binary"
|
||||
zip -j mas-cli.zip mas.xcarchive/Products/usr/local/bin/mas
|
||||
|
||||
echo -n "==> "
|
||||
openssl sha1 mas-cli.zip
|
||||
echo -n "==> SHA256: "
|
||||
shasum -a 256 mas-cli.zip
|
||||
|
|
Loading…
Reference in a new issue