[geany/plugins.geany.org] b541a4: Update frlan's GPG key

Enrico Tröger git-noreply at xxxxx
Sat Oct 9 12:14:06 UTC 2021


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sat, 09 Oct 2021 12:14:06 UTC
Commit:      b541a4ca8a3c9be2031a62e2925ded7f6804b6f8
             https://github.com/geany/plugins.geany.org/commit/b541a4ca8a3c9be2031a62e2925ded7f6804b6f8

Log Message:
-----------
Update frlan's GPG key


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

Modified: content/downloads.html
18 lines changed, 9 insertions(+), 9 deletions(-)
===================================================================
@@ -133,22 +133,22 @@ <h2>Verifying Signatures</h2>
 tarballs by checking if the GPG signature is correct. To do this, follow
 these instructions:</p>
 
-<h3>1.37</h3>
+<h3>1.38</h3>
 <ul>
-	<li>Import the key via <code>gpg --recv-keys B7A4039D0630EA07</code></li>
+	<li>Import the key via <code>gpg --recv-keys 01380DF54FD09D02</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>
 	</li>
 </ul>
 
-<h3>Pre-1.37</h3>
-<p>Note: The key B507ACD04BA283C9 is outdated, so your GPG-client might give you a warning. However, the signature itself is not affacted by this.</p>
+<h3>1.37</h3>
+<p>Note: The key B7A4039D0630EA07 is outdated, so your GPG-client might give you a warning. However, the signature itself is not affacted by this.</p>
 <ul>
-	<li>Import the key via <code>gpg --recv-keys B507ACD04BA283C9</code></li>
+	<li>Import the key via <code>gpg --recv-keys B7A4039D0630EA07</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>
+		<code>gpg --verify geany-plugins-1.38.tar.bz2.sig geany-plugins-1.38.tar.bz2</code> or
+		<code>gpg --verify geany-plugins-1.38.tar.gz.sig geany-plugins-1.38.tar.gz</code>
 	</li>
 </ul>
 
@@ -158,8 +158,8 @@ <h3>Pre-1.37</h3>
 
 <p>Another complete example:</p>
 <code>
-wget https://download.geany.org/frlan-pubkey-2020.txt<br />
-gpg --import < frlan-pubkey-2020.txt<br />
+wget https://download.geany.org/frlan-pubkey.txt<br />
+gpg --import < frlan-pubkey.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