Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Sun, 25 Oct 2020 16:54:56 UTC Commit: 517d32294353544ee60ec60715cc5c48406fd5c3 https://github.com/geany/plugins.geany.org/commit/517d32294353544ee60ec60715...
Log Message: ----------- Make statement about changed keys
Modified Paths: -------------- content/downloads.html
Modified: content/downloads.html 11 lines changed, 11 insertions(+), 0 deletions(-) =================================================================== @@ -133,6 +133,17 @@ <h2>Verifying Signatures</h2> tarballs by checking if the GPG signature is correct. To do this, follow these instructions:</p>
+<h3>1.37</h3> +<ul> + <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> + </li> +</ul> + +<h3>Pre-1.37</h3> +<p>Note: The key <code>B507ACD04BA283C9</code> 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>Verify the downloaded archive either with
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).