[geany/plugins.geany.org] 3b76ea: Update GPG key id for verifying downloads

Enrico Tröger git-noreply at xxxxx
Thu Dec 27 21:34:51 UTC 2018


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Michael Spahn <michael at spahn.me>
Date:        Thu, 27 Dec 2018 21:34:51 UTC
Commit:      3b76ea3e44f29ab413326dc8d6ca35d586722382
             https://github.com/geany/plugins.geany.org/commit/3b76ea3e44f29ab413326dc8d6ca35d586722382

Log Message:
-----------
Update GPG key id for verifying downloads

 * Also update key download URL


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