Note on getting the git signing public key. Any of the following:
1) Get fresh copy of the package (on this page Package Actions Download Snapshot) Unpack tar file and the key will be in keys/pgp:
gpg --import < keys/pgp/*.asc
2) Available on github (same account as the package source): https://github.com/gene-git/blog/tree/master/git-keys
3) From authors website : https://www.sapience.com/tech
4) via WKD curl $(gpg-wks-client --print-wkd-url arch@sapience.com) | gpg --import
Pinned Comments
GeneArch commented on 2025-01-03 10:30 (UTC)
Note on getting the git signing public key. Any of the following:
1) Get fresh copy of the package (on this page Package Actions Download Snapshot) Unpack tar file and the key will be in keys/pgp:
gpg --import < keys/pgp/*.asc
2) Available on github (same account as the package source): https://github.com/gene-git/blog/tree/master/git-keys
3) From authors website : https://www.sapience.com/tech
4) via WKD curl $(gpg-wks-client --print-wkd-url arch@sapience.com) | gpg --import