Skip to content

Commit

Permalink
Fix SHA extension (apache#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkurihar authored and merlimat committed Dec 14, 2017
1 parent f21cb67 commit dd22d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sign-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ do
gpg --print-md MD5 $FILE > $FILE.md5

# SHA-512 signature
gpg --print-md SHA512 $FILE > $FILE.sha
gpg --print-md SHA512 $FILE > $FILE.sha512
done

0 comments on commit dd22d11

Please sign in to comment.