This is an automated email from the ASF dual-hosted git repository. stigahuang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/impala.git
commit 05e79d73bf2ea774b4a67484afa967ca02b0aa4a Author: stiga-huang <[email protected]> AuthorDate: Wed Jun 19 09:15:25 2024 +0800 Update download links for release 3.4.2 Change-Id: I648bc6c3069e70cceae2821d8f801869c53c4ffb Reviewed-on: http://gerrit.cloudera.org:8080/21534 Reviewed-by: Zoltan Borok-Nagy <[email protected]> Tested-by: Quanlong Huang <[email protected]> --- downloads.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/downloads.html b/downloads.html index d77086d85..d93b96226 100644 --- a/downloads.html +++ b/downloads.html @@ -151,11 +151,11 @@ body { </li> <li> <a href= - "https://www.apache.org/dyn/closer.lua/impala/3.4.1/apache-impala-3.4.1.tar.gz"> - Download 3.4.1</a> with associated <a href= - "https://downloads.apache.org/impala/3.4.1/apache-impala-3.4.1.tar.gz.sha512"> + "https://www.apache.org/dyn/closer.lua/impala/3.4.2/apache-impala-3.4.2.tar.gz"> + Download 3.4.2</a> with associated <a href= + "https://downloads.apache.org/impala/3.4.2/apache-impala-3.4.2.tar.gz.sha512"> SHA512</a> and <a href= - "https://downloads.apache.org/impala/3.4.1/apache-impala-3.4.1.tar.gz.asc"> + "https://downloads.apache.org/impala/3.4.2/apache-impala-3.4.2.tar.gz.asc"> GPG signature</a>, the latter by using <a href= "https://downloads.apache.org/impala/KEYS">the code signing keys of the release managers</a>. @@ -213,6 +213,15 @@ body { "https://archive.apache.org/dist/impala/4.0.0/apache-impala-4.0.0.tar.gz.asc"> GPG signature</a></a>. </li> + <li> + <a href= + "https://archive.apache.org/dist/impala/3.4.1/apache-impala-3.4.1.tar.gz"> + Download 3.4.1</a> with associated <a href= + "https://archive.apache.org/dist/impala/3.4.1/apache-impala-3.4.1.tar.gz.sha512"> + SHA512</a> and <a href= + "https://archive.apache.org/dist/impala/3.4.1/apache-impala-3.4.1.tar.gz.asc"> + GPG signature</a></a>. + </li> <li> <a href= "https://archive.apache.org/dist/impala/3.4.0/apache-impala-3.4.0.tar.gz">
