Author: kotkov
Date: Thu May 25 18:28:52 2023
New Revision: 1910063
URL: http://svn.apache.org/viewvc?rev=1910063&view=rev
Log:
Provide links to the asc signature files in the download section.
* publish/download.html: Provide links to .asc files. Tweak the column names.
Modified:
serf/site/publish/download.html
Modified: serf/site/publish/download.html
URL:
http://svn.apache.org/viewvc/serf/site/publish/download.html?rev=1910063&r1=1910062&r2=1910063&view=diff
==============================================================================
--- serf/site/publish/download.html (original)
+++ serf/site/publish/download.html Thu May 25 18:28:52 2023
@@ -64,17 +64,20 @@
<thead>
<tr>
<th>File</th>
- <th>Checksum (SHA-512)</th>
+ <th>Checksum</th>
+ <th>Signature</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://www.apache.org/dist/serf/serf-1.3.9.tar.bz2">serf-1.3.9.tar.bz2</a></td>
<td><a
href="https://www.apache.org/dist/serf/serf-1.3.9.tar.bz2.sha512">SHA-512</a></td>
+ <td><a
href="https://www.apache.org/dist/serf/serf-1.3.9.tar.bz2.asc">PGP</a></td>
</tr>
<tr>
<td><a
href="https://www.apache.org/dist/serf/serf-1.3.9.zip">serf-1.3.9.zip</a></td>
<td><a
href="https://www.apache.org/dist/serf/serf-1.3.9.zip.sha512">SHA-512</a></td>
+ <td><a
href="https://www.apache.org/dist/serf/serf-1.3.9.zip.asc">PGP</a></td>
</tr>
</tbody>
</table>