SF.net SVN: geany-plugins:[1908] www/staging/content/downloads.html

dmaphy at users.sourceforge.net dmaphy at xxxxx
Sun Feb 6 17:54:24 UTC 2011


Revision: 1908
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1908&view=rev
Author:   dmaphy
Date:     2011-02-06 17:54:24 +0000 (Sun, 06 Feb 2011)

Log Message:
-----------
website: correct the public key in the gpg sig verify instructions

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

Modified: www/staging/content/downloads.html
===================================================================
--- www/staging/content/downloads.html	2011-02-06 17:32:43 UTC (rev 1907)
+++ www/staging/content/downloads.html	2011-02-06 17:54:24 UTC (rev 1908)
@@ -107,9 +107,8 @@
 these instructions:</p>
 
 <ul>
-	<li>Download the public key from <a href="http://download.geany.org/ntrel-pubkey.txt">
-		http://download.geany.org/ntrel-pubkey.txt</a></li>
-	<li>Import the key via <code>gpg --import < ntrel-pubkey.txt</code></li>
+	<li>Download the public key from <a href="http://download.geany.org/hyperair-pubkey.txt">http://download.geany.org/hyperair-pubkey.txt</a></li>
+	<li>Import the key via <code>gpg --import < hyperair-pubkey.txt</code></li>
 	<li>Verify the downloaded archive either with
 		<code>gpg --verify geany-plugins-0.20.tar.bz2.sig geany-plugins-0.20.tar.bz2</code> or
 		<code>gpg --verify geany-plugins-0.20.tar.gz.sig geany-plugins-0.20.tar.gz</code>
@@ -122,7 +121,7 @@
 
 <p>Another complete example:</p>
 <code>
-wget http://download.geany.org/ntrel-pubkey.txt<br />
-gpg --import < ntrel-pubkey.txt<br />
+wget http://download.geany.org/hyperair-pubkey.txt<br />
+gpg --import < hyperair-pubkey.txt<br />
 gpg --verify geany-plugins-0.20.tar.bz2.sig geany-plugins-0.20.tar.bz2
 </code>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list