From 125fcf61cc30c9cafd2000b4d18e8695b357ac3e Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 7 Feb 2021 12:09:40 +0100 Subject: added a pointer to the master tarball in README.md --- README.md | 2 +- about.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a7dcf2..5db55a0 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ these two files and the corresponding two source files `.orig.tar.gz` and `debian.tar.xz` are downloaded in the same directory, it is advisable to verify the signature like so:— -1. Download `my-x200` master tarball: <> +1. Download the `my-x200` master tarball: 2. Import the developer's [public PGP key](https://pgp.ocf.berkeley.edu/pks/lookup?search=0x1773e9248085c8c7), like so: `gpg --recv-keys 8085C8C7` diff --git a/about.html b/about.html index 30290f6..33088da 100644 --- a/about.html +++ b/about.html @@ -50,7 +50,7 @@

Alternatively, a .deb file ready to be installed and its associated .dsc source package file are provided in this repository. Once these two files and the corresponding two source files .orig.tar.gz and debian.tar.xz are downloaded in the same directory, it is advisable to verify the signature like so:—

    -
  1. Download my-x200 master tarball: <>
  2. +
  3. Download the my-x200 master tarball: http://git.robertalessi.net/my-x200/snapshot/my-x200-master.tar.gz
  4. Import the developer’s public PGP key, like so: gpg --recv-keys 8085C8C7
  5. Verify the signature: dscverify --keyring ~/.gnupg/pubring.gpg my-x200_<ver>.dsc (Replace <ver> with the actual release number.)
-- cgit v1.2.3