Skip to content

Commit b2e42e8

Browse files
committed
Add SHA sum and GPG signature header templates
1 parent f8d3c26 commit b2e42e8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
Comment: Mac users can use GPGTools - https://gpgtools.org
3+
Comment: Download Izaak Beekman's GPG public key from your
4+
Comment: trusted key server or from
5+
Comment: https://izaakbeekman.com/izaak.pubkey.txt
6+
Comment: Next add it to your GPG keyring, e.g.,
7+
Comment: `curl https://izaakbeekman.com/izaak.pubkey.txt | gpg --import`
8+
Comment: Make sure you have verified that the release archive's
9+
Comment: SHA256 checksum matches the provided
10+
Comment: opencoarrays-@[email protected] and ensure that this file
11+
Comment: and it's signature are in the same directory. Then
12+
Comment: verify with:
13+
Comment: `gpg --verify opencoarrays-@[email protected]`

cmake/opencoarrays-VER-SHA256.txt.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# To verify cryptographic checksums `shasum -c opencoarrays-@[email protected]` on Mac OS X, or
2+
# `sha256sum -c opencoarrays-@[email protected]` on Linux.

0 commit comments

Comments
 (0)