From afcb4828663b79a0415077a8430e5ec7eb5e0021 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 25 Mar 2023 15:33:56 +0800 Subject: [PATCH] Update GPG keys --- docs/guide.md | 2 +- docs/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide.md b/docs/guide.md index 19c3f90..ce2fc97 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -461,7 +461,7 @@ this is cryptographically secure. First, obtain the gpg keys: ```sh -gpg --batch --keyserver keys.openpgp.org --recv-keys 7784930957807690A66EBDBE3786C5262ECB4A3F +gpg --batch --keyserver keys.openpgp.org --recv-keys 7D1E8AFD1D4A16D71FADA2F2CCC85C0E40C06A8C gpg --batch --keyserver keyserver.ubuntu.com --recv-keys FE5AB6C91FEA597C3B31180B73EDE9E8CFBAEF01 ``` diff --git a/docs/install.md b/docs/install.md index cb471ac..ecda5cc 100644 --- a/docs/install.md +++ b/docs/install.md @@ -256,7 +256,7 @@ Lower availability of bindists. Stack and HLS binaries are experimental. Download the binary for your platform at [https://downloads.haskell.org/~ghcup/](https://downloads.haskell.org/~ghcup/) and place it into your `PATH` anywhere. -If you want to GPG verify the binaries, import the following keys first: `7784930957807690A66EBDBE3786C5262ECB4A3F` and `FE5AB6C91FEA597C3B31180B73EDE9E8CFBAEF01`. +If you want to GPG verify the binaries, import the following keys first: `7D1E8AFD1D4A16D71FADA2F2CCC85C0E40C06A8C` and `FE5AB6C91FEA597C3B31180B73EDE9E8CFBAEF01`. Then adjust your `PATH` in `~/.bashrc` (or similar, depending on your shell) like so: