aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-07-04 19:18:30 +0000
committerOmar Polo <op@omarpolo.com>2022-07-04 19:18:30 +0000
commitf3f45431198ebf0d52145402269196d442c978a4 (patch)
tree2ae3551a77f61bf88c2a16a0501192e55cbab5c9 /site
parentb48eb0db52b88c5da0d0096c25dfd4ec823e3f4b (diff)
don't hardcode version numbers
Diffstat (limited to 'site')
-rw-r--r--site/index.gmi6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/index.gmi b/site/index.gmi
index 5095e42..76bfdf7 100644
--- a/site/index.gmi
+++ b/site/index.gmi
@@ -62,7 +62,7 @@ To verify the signatures with signify(1)
```Example of how to verify the signature with signify
% signify -C -p gmid-1.8.pub -x SHA256.sig
Signature Verified
-gmid-1.8.2.tar.gz: OK
-gmid-1.8.pub: OK
-gmid-1.9.pub: OK
+gmid-VERS.tar.gz: OK
+gmid-CURV.pub: OK
+gmid-NEXTV.pub: OK
```