Skip to content

Commit

Permalink
Use SHA256 instead of SHA1
Browse files Browse the repository at this point in the history
  • Loading branch information
argon committed Sep 21, 2015
1 parent fe556c9 commit 4943fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/package
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4943fb0

Please sign in to comment.