This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/logging-flume.git
commit 5f2730b05bede472797e02af584599716f99da26 Author: Ralph Goers <[email protected]> AuthorDate: Mon Oct 24 23:03:51 2022 -0700 Change reference to MD5 to SHA512 --- source/sphinx/download.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sphinx/download.rst b/source/sphinx/download.rst index fce62d11..229e4ae0 100644 --- a/source/sphinx/download.rst +++ b/source/sphinx/download.rst @@ -13,7 +13,7 @@ originals on the main distribution server. "Apache Flume binary (tar.gz)", `apache-flume-1.11.0-bin.tar.gz <http://www.apache.org/dyn/closer.lua/flume/1.11.0/apache-flume-1.11.0-bin.tar.gz>`_, `apache-flume-1.11.0-bin.tar.gz.sha512 <http://www.apache.org/dist/flume/1.11.0/apache-flume-1.11.0-bin.tar.gz.sha512>`_, `apache-flume-1.11.0-bin.tar.gz.asc <http://www.apache.org/dist/flume/1.11.0/apache-flume-1.11.0-bin.tar.gz.asc>`_ "Apache Flume source (tar.gz)", `apache-flume-1.11.0-src.tar.gz <http://www.apache.org/dyn/closer.lua/flume/1.11.0/apache-flume-1.11.0-src.tar.gz>`_, `apache-flume-1.11.0-src.tar.gz.sha512 <http://www.apache.org/dist/flume/1.11.0/apache-flume-1.11.0-src.tar.gz.sha512>`_, `apache-flume-1.11.0-src.tar.gz.asc <http://www.apache.org/dist/flume/1.11.0/apache-flume-1.11.0-src.tar.gz.asc>`_ -It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. Please read +It is essential that you verify the integrity of the downloaded files using the PGP or SHA512 signatures. Please read `Verifying Apache HTTP Server Releases <http://httpd.apache.org/dev/verification.html>`_ for more information on why you should verify our releases.
