From be826a929ed24031851ab9fee18af3346caa256a Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Thu, 19 Sep 2024 19:16:10 +0100 Subject: [PATCH] Correct GPG verification instructions. Fixes #981 --- www/download.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/download.html.in b/www/download.html.in index 726e62c92..082d2edf1 100644 --- a/www/download.html.in +++ b/www/download.html.in @@ -19,7 +19,7 @@ include(`header.html.in')dnl

 gpg --keyserver pgp.mit.edu --recv-keys BCDB295F74319F1A
-gpg --verify `nvc-'__version`.tar.gz'
+gpg --verify `nvc-'__version`.tar.gz.sig'
 

Refer to the README for