This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git
commit 5793ac9a71d4c8c09c6b78be5ee5bf544467155e Author: Doroszlai, Attila <[email protected]> AuthorDate: Wed Sep 15 18:20:45 2021 +0200 Update downloads.html for RATIS-1394 and RATIS-1395 (#499) * RATIS-1394. Wrong date for 2.1.0 release * RATIS-1395. Cannot use commands from download page as is --- downloads.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/downloads.html b/downloads.html index 5b4bf44..0f19876 100644 --- a/downloads.html +++ b/downloads.html @@ -117,7 +117,7 @@ The binaries are also uploaded to the maven central for convenience. (See the ge <tr> <td>2.1.0</td> - <td>2021 Mar 24 </td> + <td>2021 Jul 19</td> <td> <a href="https://www.apache.org/dyn/closer.cgi/ratis/2.1.0/apache-ratis-2.1.0-src.tar.gz">source</a> (<a href="https://downloads.apache.org/ratis/2.1.0/apache-ratis-2.1.0-src.tar.gz.mds">checksum</a> @@ -137,7 +137,7 @@ The binaries are also uploaded to the maven central for convenience. (See the ge <tr> <td>2.0.0</td> - <td>2021 Mar 24 </td> + <td>2021 Mar 24</td> <td> <a href="https://www.apache.org/dyn/closer.cgi/ratis/2.0.0/apache-ratis-2.0.0-src.tar.gz">source</a> (<a href="https://downloads.apache.org/ratis/2.0.0/apache-ratis-2.0.0-src.tar.gz.mds">checksum</a> @@ -174,8 +174,8 @@ site</a>.</li> <li>Download the <a href="https://dist.apache.org/repos/dist/release/ratis/KEYS">Ratis KEYS</a> file.</li> -<li>gpg –import KEYS</li> -<li>gpg –verify apache-ratis-X.Y.Z-src.tar.gz</li> +<li>gpg --import KEYS</li> +<li>gpg --verify apache-ratis-X.Y.Z-src.tar.gz.asc</li> </ol> <h2 id="to-perform-a-quick-check-using-sha-256">To perform a quick check using SHA-256:</h2> <ol>
