This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/impala.git
commit c21ae5021814772d64fb2c2cf5cd398f005f24f1 Author: Zoltan Borok-Nagy <[email protected]> AuthorDate: Tue Apr 16 18:40:38 2024 +0200 Update download links for release 4.4.0 Change-Id: Ie0e8736154e5289e02d5ec5cf5f664cd4de2739d Reviewed-on: http://gerrit.cloudera.org:8080/21307 Reviewed-by: Laszlo Gaal <[email protected]> Tested-by: Zoltan Borok-Nagy <[email protected]> --- downloads.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/downloads.html b/downloads.html index a3780410b..d77086d85 100644 --- a/downloads.html +++ b/downloads.html @@ -129,11 +129,11 @@ body { <ul> <li> <a href= - "https://www.apache.org/dyn/closer.lua/impala/4.3.0/apache-impala-4.3.0.tar.gz"> - Download 4.3.0</a> with associated <a href= - "https://downloads.apache.org/impala/4.3.0/apache-impala-4.3.0.tar.gz.sha512"> + "https://www.apache.org/dyn/closer.lua/impala/4.4.0/apache-impala-4.4.0.tar.gz"> + Download 4.4.0</a> with associated <a href= + "https://downloads.apache.org/impala/4.4.0/apache-impala-4.4.0.tar.gz.sha512"> SHA512</a> and <a href= - "https://downloads.apache.org/impala/4.3.0/apache-impala-4.3.0.tar.gz.asc"> + "https://downloads.apache.org/impala/4.4.0/apache-impala-4.4.0.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>. @@ -168,6 +168,15 @@ body { <p>Older releases: <ul> + <li> + <a href= + "https://archive.apache.org/dist/impala/4.3.0/apache-impala-4.3.0.tar.gz"> + Download 4.3.0</a> with associated <a href= + "https://archive.apache.org/dist/impala/4.3.0/apache-impala-4.3.0.tar.gz.sha512"> + SHA512</a> and <a href= + "https://archive.apache.org/dist/impala/4.3.0/apache-impala-4.3.0.tar.gz.asc"> + GPG signature</a>. + </li> <li> <a href= "https://archive.apache.org/dist/impala/4.2.0/apache-impala-4.2.0.tar.gz">
