Skip to content

Commit

Permalink
Update README examples with 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Feb 5, 2024
1 parent 012e9c3 commit 34a9d06
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,18 +279,18 @@ Where possible, a pre-compiled native gem will be provided for the following pla
SHA256 checksums are included in the [release notes](https://github.com/mudge/re2/releases) for each version and can be checked with `sha256sum`, e.g.

```console
$ gem fetch re2 -v 2.7.0
Fetching re2-2.7.0-arm64-darwin.gem
Downloaded re2-2.7.0-arm64-darwin
$ sha256sum re2-2.7.0-arm64-darwin.gem
7d993f27a1afac4001c539a829e2af211ced62604930c90df32a307cf74cb4a4 re2-2.7.0-arm64-darwin.gem
$ gem fetch re2 -v 2.8.0
Fetching re2-2.8.0-arm64-darwin.gem
Downloaded re2-2.8.0-arm64-darwin
$ sha256sum re2-2.8.0-arm64-darwin.gem
962bad5c8de0757b059eff8922c3de31830a6710c418a83f2eab2b8253b8a0bf re2-2.8.0-arm64-darwin.gem
```

[GPG](https://www.gnupg.org/) signatures are attached to each release (the assets ending in `.sig`) and can be verified if you import [our signing key `0x39AC3530070E0F75`](https://mudge.name/39AC3530070E0F75.asc) (or fetch it from a public keyserver, e.g. `gpg --keyserver keyserver.ubuntu.com --recv-key 0x39AC3530070E0F75`):

```console
$ gpg --verify re2-2.7.0-arm64-darwin.gem.sig re2-2.7.0-arm64-darwin.gem
gpg: Signature made Sat 20 Jan 15:01:45 2024 GMT
$ gpg --verify re2-2.8.0-arm64-darwin.gem.sig re2-2.8.0-arm64-darwin.gem
gpg: Signature made Wed 31 Jan 15:02:06 2024 GMT
gpg: using RSA key 702609D9C790F45B577D7BEC39AC3530070E0F75
gpg: Good signature from "Paul Mucur <mudge@mudge.name>" [unknown]
gpg: aka "Paul Mucur <paul@ghostcassette.com>" [unknown]
Expand Down

0 comments on commit 34a9d06

Please sign in to comment.