Skip to content

Releases: CasaVinteUm/workshop-nostr

v1.0.1

03 May 21:15
33eef68
Compare
Choose a tag to compare

Verify the signature

First download the digest.txt.asc file and import my PGP key from Ubuntu keyserver or run:

curl -fsSL https://github.com/jaonoctus.gpg | gpg --import

Then run:

gpg --verify --with-fingerprint digest.txt.asc

It should show Good signature with my primary key 6B45 7D06 0ACE 363C 9D67 D8E6 782C 165A 293D 6E18

Verify the checksum

Now, download the pdf file in the same directory and then run:

grep pdf digest.txt.asc | sha256sum --ignore-missing --check

It should show workshop-nostr-v1.0.1.pdf: OK

v1.0.0

03 May 18:30
9e3ab45
Compare
Choose a tag to compare

Verify the signature

First download the digest.txt.asc file and import my PGP key from Ubuntu keyserver or run:

curl -fsSL https://github.com/jaonoctus.gpg | gpg --import

Then run:

gpg --verify --with-fingerprint digest.txt.asc

It should show Good signature with my primary key 6B45 7D06 0ACE 363C 9D67 D8E6 782C 165A 293D 6E18

Verify the checksum

Now, download the pdf file in the same directory and then run:

grep pdf digest.txt.asc | sha256sum --ignore-missing --check

It should show workshop-nostr-v1.0.0.pdf: OK