Skip to content

Commit 4943fb0

Browse files
committed
Use SHA256 instead of SHA1
1 parent fe556c9 commit 4943fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/package

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ zip -r mas.xcarchive.zip mas.xcarchive
66
echo "==> Compressing binary"
77
zip -j mas-cli.zip mas.xcarchive/Products/usr/local/bin/mas
88

9-
echo -n "==> "
10-
openssl sha1 mas-cli.zip
9+
echo -n "==> SHA256: "
10+
shasum -a 256 mas-cli.zip

0 commit comments

Comments
 (0)