[geany/plugins.geany.org] 4a2d8c: Merge pull request #16 from geany/fix_gpg_key_id

Michael Spahn git-noreply at xxxxx
Thu Dec 27 21:40:31 UTC 2018


Branch:      refs/heads/master
Author:      Michael Spahn <michael at spahn.me>
Committer:   GitHub <noreply at github.com>
Date:        Thu, 27 Dec 2018 21:40:31 UTC
Commit:      4a2d8c8003923e22e500c13ce99738ece9e5c15d
             https://github.com/geany/plugins.geany.org/commit/4a2d8c8003923e22e500c13ce99738ece9e5c15d

Log Message:
-----------
Merge pull request #16 from geany/fix_gpg_key_id

Update GPG key id for verifying downloads


Modified Paths:
--------------
    content/downloads.html

Modified: content/downloads.html
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -134,7 +134,7 @@ <h2>Verifying Signatures</h2>
 these instructions:</p>
 
 <ul>
-	<li>Import the key via <code>gpg --recv-keys B5688B006F78F01E</code></li>
+	<li>Import the key via <code>gpg --recv-keys B507ACD04BA283C9</code></li>
 	<li>Verify the downloaded archive either with
 		<code>gpg --verify geany-plugins-<?php print $version ?>.tar.bz2.sig geany-plugins-<?php print $version ?>.tar.bz2</code> or
 		<code>gpg --verify geany-plugins-<?php print $version ?>.tar.gz.sig geany-plugins-<?php print $version ?>.tar.gz</code>
@@ -147,8 +147,8 @@ <h2>Verifying Signatures</h2>
 
 <p>Another complete example:</p>
 <code>
-wget http://download.geany.org/frlan-pubkey.txt<br />
-gpg --import < frlan-pubkey.txt<br />
+wget http://download.geany.org/frlan-pubkey-2018.txt<br />
+gpg --import < frlan-pubkey-2018.txt<br />
 gpg --verify geany-plugins-<?php print $version ?>.tar.bz2.sig geany-plugins-<?php print $version ?>.tar.bz2
 </code>
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list