Author: ggregory Date: Tue Jan 29 14:10:43 2019 New Revision: 1852455 URL: http://svn.apache.org/viewvc?rev=1852455&view=rev Log: Use proper hashes.
Modified: commons/proper/bcel/trunk/src/site/xdoc/download_bcel.xml Modified: commons/proper/bcel/trunk/src/site/xdoc/download_bcel.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/site/xdoc/download_bcel.xml?rev=1852455&r1=1852454&r2=1852455&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/site/xdoc/download_bcel.xml (original) +++ commons/proper/bcel/trunk/src/site/xdoc/download_bcel.xml Tue Jan 29 14:10:43 2019 @@ -36,14 +36,14 @@ limitations under the License. | (defaults to "-bin", set to "" for pre-maven2 releases) | | - commons.release.desc (optional) | | - commons.release.subdir (optional) | - | - commons.release.hash (optional, lowercase, default sha256) | + | - commons.release.hash (optional, lowercase, default sha512) | | | | - commons.release.[234].version (conditional) | | - commons.release.[234].name (conditional) | | - commons.release.[234].binary.suffix (optional) | | - commons.release.[234].desc (optional) | | - commons.release.[234].subdir (optional) | - | - commons.release.[234].hash (optional, lowercase, [sha256])| + | - commons.release.[234].hash (optional, lowercase, [sha512])| | | | 3) Example Properties | | (commons.release.name inherited by parent: | @@ -104,7 +104,7 @@ limitations under the License. It is essential that you <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files); - failing that using the <code>SHA256</code> hash (<code>*.sha256</code> checksum files). + failing that using the <code>sha512</code> hash (<code>*.sha512</code> checksum files). </p> <p> The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> @@ -118,12 +118,12 @@ limitations under the License. <table> <tr> <td><a href="[preferred]/commons/bcel/binaries/bcel-6.3-bin.tar.gz">bcel-6.3-bin.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.3-bin.tar.gz.sha256">sha256</a></td> + <td><a href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.3-bin.tar.gz.sha512">sha512</a></td> <td><a href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.3-bin.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/bcel/binaries/bcel-6.3-bin.zip">bcel-6.3-bin.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.3-bin.zip.sha256">sha256</a></td> + <td><a href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.3-bin.zip.sha512">sha512</a></td> <td><a href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.3-bin.zip.asc">pgp</a></td> </tr> </table> @@ -132,12 +132,12 @@ limitations under the License. <table> <tr> <td><a href="[preferred]/commons/bcel/source/bcel-6.3-src.tar.gz">bcel-6.3-src.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/bcel/source/bcel-6.3-src.tar.gz.sha256">sha256</a></td> + <td><a href="https://www.apache.org/dist/commons/bcel/source/bcel-6.3-src.tar.gz.sha512">sha512</a></td> <td><a href="https://www.apache.org/dist/commons/bcel/source/bcel-6.3-src.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/bcel/source/bcel-6.3-src.zip">bcel-6.3-src.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/bcel/source/bcel-6.3-src.zip.sha256">sha256</a></td> + <td><a href="https://www.apache.org/dist/commons/bcel/source/bcel-6.3-src.zip.sha512">sha512</a></td> <td><a href="https://www.apache.org/dist/commons/bcel/source/bcel-6.3-src.zip.asc">pgp</a></td> </tr> </table>