Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Removing md5 hash from release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ridv committed Sep 12, 2018
1 parent 4f66ad3 commit fc3e1ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-support/release/release-candidate
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ function sign_artifacts() {
gpg --armor --output "${stage_dir}/${name}.asc" --detach-sig "${name}"

# Create the checksums
gpg --print-md MD5 "${name}" > "${stage_dir}/${name}.md5"
shasum -a 512 "${name}" > "${stage_dir}/${name}.sha512"
done
popd
Expand Down

0 comments on commit fc3e1ca

Please sign in to comment.