Skip to content

Commit

Permalink
Use SHA512 for signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Sep 20, 2017
1 parent 4cdb362 commit 913007b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/build-manifest/src/main.rs
Expand Up @@ -452,6 +452,7 @@ impl Builder {
cmd.arg("--no-tty")
.arg("--yes")
.arg("--passphrase-fd").arg("0")
.arg("--personal-digest-preferences").arg("SHA512")
.arg("--armor")
.arg("--output").arg(&asc)
.arg("--detach-sign").arg(path)
Expand Down

0 comments on commit 913007b

Please sign in to comment.