diff options
author | Matt Johnston <matt@ucc.asn.au> | 2019-03-23 21:45:00 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2019-03-23 21:45:00 +0800 |
commit | 07f790db5a9e98ea5d6c4db76416372084af0e96 (patch) | |
tree | 70957e7e0616f95a806ba1a91b82a66e51969025 /release.sh | |
parent | 78a3388b9861be1d4598705696838869b11dadc7 (diff) |
use "openssl sha256"
Diffstat (limited to 'release.sh')
-rwxr-xr-x | release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ rm "$RELDIR/.hgtags" (cd "$RELDIR/.." && tar cjf $ARCHIVE `basename "$RELDIR"`) || exit 2 ls -l $ARCHIVE -openssl sha -sha256 $ARCHIVE +openssl sha256 $ARCHIVE echo Done to echo "$ARCHIVE" echo Sign it with |