You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/06/22 18:04:48 UTC

svn commit: r1495750 - /isis/site/trunk/content/download.md

Author: danhaywood
Date: Sat Jun 22 16:04:48 2013
New Revision: 1495750

URL: http://svn.apache.org/r1495750
Log:
updating broken links on download page

Modified:
    isis/site/trunk/content/download.md

Modified: isis/site/trunk/content/download.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/download.md?rev=1495750&r1=1495749&r2=1495750&view=diff
==============================================================================
--- isis/site/trunk/content/download.md (original)
+++ isis/site/trunk/content/download.md Sat Jun 22 16:04:48 2013
@@ -37,23 +37,23 @@ why we do it, check out the
 
 The PGP signatures can be verified using PGP or GPG.  First download the [KEYS](https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=blob_plain;f=KEYS;hb=master) as well as the asc signature file for the artifact.  Make sure you get these files from the [main distribution directory](https://dist.apache.org/repos/dist/release/isis/), rather than from a mirror.
 
-Then verify the signatures using:
+Then verify the signatures using a command such as:
 
 <pre>
 pgpk -a KEYS
-pgpv isis-1.1.0-source-release.zip.asc
+pgpv isis-1.2.0-source-release.zip.asc
 </pre>
 
 or
 <pre>
 pgp -ka KEYS
-pgp isis-1.1.0-source-release.zip.asc
+pgp isis-1.2.0-source-release.zip.asc
 </pre>
 
 or
 <pre>
 gpg --import KEYS
-gpg --verify isis-1.1.0-source-release.zip.asc
+gpg --verify isis-1.2.0-source-release.zip.asc
 </pre>
 
 Alternatively, you can verify the MD5 signature on the files. A Unix/Linux