[geany/plugins.geany.org] 100bb1: Dynamically get the version for some gpg commands

Dominic Hopf git-noreply at xxxxx
Tue May 29 19:27:01 UTC 2018


Branch:      refs/heads/dmaphy/Issue_12_Add_Pagetitle
Author:      Dominic Hopf <dmaphy at fedoraproject.org>
Committer:   Dominic Hopf <dmaphy at fedoraproject.org>
Date:        Tue, 29 May 2018 19:27:01 UTC
Commit:      100bb17b83c95771534cadd87ead70a5d4c2c25d
             https://github.com/geany/plugins.geany.org/commit/100bb17b83c95771534cadd87ead70a5d4c2c25d

Log Message:
-----------
Dynamically get the version for some gpg commands


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

Modified: content/downloads.html
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -136,8 +136,8 @@ <h2>Verifying Signatures</h2>
 <ul>
 	<li>Import the key via <code>gpg --recv-keys B5688B006F78F01E</code></li>
 	<li>Verify the downloaded archive either with
-		<code>gpg --verify geany-plugins-1.29.tar.bz2.sig geany-plugins-1.29.tar.bz2</code> or
-		<code>gpg --verify geany-plugins-1.29.tar.gz.sig geany-plugins-1.29.tar.gz</code>
+		<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>
 
@@ -149,7 +149,7 @@ <h2>Verifying Signatures</h2>
 <code>
 wget http://download.geany.org/frlan-pubkey.txt<br />
 gpg --import < frlan-pubkey.txt<br />
-gpg --verify geany-plugins-1.29.tar.bz2.sig geany-plugins-1.29.tar.bz2
+gpg --verify geany-plugins-<?php print $version ?>.tar.bz2.sig geany-plugins-<?php print $version ?>.tar.bz2
 </code>
 
 <h2>Download directly from version control</h2>



--------------
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