Author: jaikiran
Date: Fri Oct 25 12:17:31 2019
New Revision: 1868926

URL: http://svn.apache.org/viewvc?rev=1868926&view=rev
Log:
IVY-1613 Fix the verification instructions on the download page

Modified:
    ant/site/ivy/production/download.html
    ant/site/ivy/sources/download.html

Modified: ant/site/ivy/production/download.html
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/production/download.html?rev=1868926&r1=1868925&r2=1868926&view=diff
==============================================================================
--- ant/site/ivy/production/download.html (original)
+++ ant/site/ivy/production/download.html Fri Oct 25 12:17:31 2019
@@ -204,10 +204,10 @@ It is essential that you verify the inte
 </pre>
 <em>or</em>
 <pre>
-% gpg --import KEYS<br class="xooki-br"/>% gpg --verify 
apache-ivy-2.5.0-bin.tar.gz.asc
+% gpg --import KEYS<br class="xooki-br"/>% gpg --verify 
apache-ivy-2.5.0-bin.tar.gz.asc apache-ivy-2.5.0-bin.tar.gz
 </pre>
 
-Alternatively, you can verify the checksums on the files. Many Linux and 
Windows distributions include utilities to verify SHA checksums. You can use 
one of those programs to verify the SHA512 checksum that's made available for 
each of the downloadable files.<br class="xooki-br"/><br class="xooki-br"/>We 
highly recommend to verify the PGP signature, though.<br class="xooki-br"/><br 
class="xooki-br"/>For previous version information and download, see the <a 
href="history.html">history page</a>.<br class="xooki-br"/>
+Alternatively, you can verify the checksums on the files. Many Linux and 
Windows distributions include utilities to verify SHA checksums. You can use 
one of those programs to verify the SHA512 checksum that's made available for 
each of the downloadable files.<br class="xooki-br"/><br class="xooki-br"/>We 
highly recommend to verify the PGP signature, though.<br class="xooki-br"/><br 
class="xooki-br"/>For additional information on how to verify the download 
files, please refer to <a 
href="https://www.apache.org/info/verification.html";>this</a> page.<br 
class="xooki-br"/><br class="xooki-br"/>For previous version information and 
download, see the <a href="history.html">history page</a>.<br class="xooki-br"/>
                </div><!-- main -->
                </td>
        </tr>

Modified: ant/site/ivy/sources/download.html
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/sources/download.html?rev=1868926&r1=1868925&r2=1868926&view=diff
==============================================================================
--- ant/site/ivy/sources/download.html (original)
+++ ant/site/ivy/sources/download.html Fri Oct 25 12:17:31 2019
@@ -104,13 +104,15 @@ The PGP signatures can be verified using
 <em>or</em>
 <code>
 % gpg --import KEYS
-% gpg --verify apache-ivy-2.5.0-bin.tar.gz.asc
+% gpg --verify apache-ivy-2.5.0-bin.tar.gz.asc apache-ivy-2.5.0-bin.tar.gz
 </code>
 
 Alternatively, you can verify the checksums on the files. Many Linux and 
Windows distributions include utilities to verify SHA checksums. You can use 
one of those programs to verify the SHA512 checksum that's made available for 
each of the downloadable files.
 
 We highly recommend to verify the PGP signature, though.
 
+For additional information on how to verify the download files, please refer 
to <a href="https://www.apache.org/info/verification.html";>this</a> page.
+
 For previous version information and download, see the [[history history 
page]].
 </textarea>
 <script type="text/javascript">xooki.postProcess();</script>


Reply via email to