SF.net SVN: geany-plugins:[1907] www/staging/content/downloads.html
dmaphy at users.sourceforge.net
dmaphy at xxxxx
Sun Feb 6 17:32:43 UTC 2011
Revision: 1907
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1907&view=rev
Author: dmaphy
Date: 2011-02-06 17:32:43 +0000 (Sun, 06 Feb 2011)
Log Message:
-----------
website: fix name of tarball in sig-instructions
Modified Paths:
--------------
www/staging/content/downloads.html
Modified: www/staging/content/downloads.html
===================================================================
--- www/staging/content/downloads.html 2011-02-06 17:20:57 UTC (rev 1906)
+++ www/staging/content/downloads.html 2011-02-06 17:32:43 UTC (rev 1907)
@@ -100,7 +100,7 @@
?>
-<h2>verifying signatures</h2>
+<h2>Verifying Signatures</h2>
<p>The tarballs are signed with a GPG key to make sure the source code
wasn't compromised somewhere on the net. You can verify you have the correct
tarballs by checking if the GPG signature is correct. To do this, follow
@@ -111,8 +111,8 @@
http://download.geany.org/ntrel-pubkey.txt</a></li>
<li>Import the key via <code>gpg --import < ntrel-pubkey.txt</code></li>
<li>Verify the downloaded archive either with
- <code>gpg --verify geany-0.20.tar.bz2.sig geany-0.20.tar.bz2</code> or
- <code>gpg --verify geany-0.20.tar.gz.sig geany-0.20.tar.gz</code>
+ <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>
</li>
</ul>
@@ -124,5 +124,5 @@
<code>
wget http://download.geany.org/ntrel-pubkey.txt<br />
gpg --import < ntrel-pubkey.txt<br />
-gpg --verify geany-0.20.tar.bz2.sig geany-0.20.tar.bz2
+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