Skip to content

Commit 4ea1f15

Browse files
authored
chore: fixup signature verification commands in RELEASE.md (#124)
1 parent e13d9ea commit 4ea1f15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ Testing (choose one or both):
122122
- From source: Download, verify signatures, cargo x test
123123
124124
To verify signatures:
125-
curl -O https://dist.apache.org/repos/dist/dev/datasketches/rust/0.3.0-rc.1/datasketches-rust-0.3.0-rc.1-src
126-
curl -O https://dist.apache.org/repos/dist/dev/datasketches/rust/0.3.0-rc.1/datasketches-rust-0.3.0-rc.1-src.asc
127-
gpg --verify datasketches-rust-0.3.0-rc.1-src.asc
125+
curl -O https://dist.apache.org/repos/dist/dev/datasketches/rust/0.3.0-rc.1/apache-datasketches-rust-0.3.0-rc.1-src.zip
126+
curl -O https://dist.apache.org/repos/dist/dev/datasketches/rust/0.3.0-rc.1/apache-datasketches-rust-0.3.0-rc.1-src.zip.asc
127+
gpg --verify apache-datasketches-rust-0.3.0-rc.1-src.zip.asc
128128
129129
Notable changes: [link to CHANGELOG or summary]
130130

0 commit comments

Comments
 (0)