Skip to content

Commit 913007b

Browse files
committed
Use SHA512 for signatures
1 parent 4cdb362 commit 913007b

File tree

1 file changed

+1
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-0
lines changed

src/tools/build-manifest/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ impl Builder {
452452
cmd.arg("--no-tty")
453453
.arg("--yes")
454454
.arg("--passphrase-fd").arg("0")
455+
.arg("--personal-digest-preferences").arg("SHA512")
455456
.arg("--armor")
456457
.arg("--output").arg(&asc)
457458
.arg("--detach-sign").arg(path)

0 commit comments

Comments
 (0)