Skip to content

Commit 74bc2ba

Browse files
committed
docs: Fix signature verification instructions
1 parent c86fa6c commit 74bc2ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ $ gpg --keyserver keyserver.ubuntu.com --recv-keys FCF19B67866562F08A43AAD681F61
138138
139139
# Verify signature
140140
$ wget -qO - https://github.com/bwt-dev/libbwt/releases/download/v0.2.0/SHA256SUMS.asc \
141-
| gpg --decrypt - | grep x86_64-linux | sha256sum -c -
141+
| gpg --decrypt - | grep x86_64-linux.tar.gz | sha256sum -c -
142142
```
143143

144144
The signature verification should show `Good signature from "Nadav Ivgi <[email protected]>" ... Primary key fingerprint: FCF1 9B67 ...` and `libbwt-0.2.0-x86_64-linux.tar.gz: OK`.

scripts/release-footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ gpg --keyserver keyserver.ubuntu.com --recv-keys FCF19B67866562F08A43AAD681F61
1414

1515
# Verify signature
1616
$ wget -qO - https://github.com/bwt-dev/libbwt/releases/download/vVERSION/SHA256SUMS.asc \
17-
| gpg --decrypt - | grep x86_64-linux | sha256sum -c -
17+
| gpg --decrypt - | grep x86_64-linux.tar.gz | sha256sum -c -
1818
```
1919

2020
The signature verification should show `Good signature from "Nadav Ivgi <[email protected]>" ... Primary key fingerprint: FCF1 9B67 ...` and `libbwt-VERSION-x86_64-linux.tar.gz: OK`.

0 commit comments

Comments
 (0)