Repository: incubator-hawq-site Updated Branches: refs/heads/asf-site 4f92c2471 -> a6ab6fdbf
Update download page to reflect Apache HAWQ 2.2.0.0-incubating release Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/commit/a6ab6fdb Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/tree/a6ab6fdb Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/diff/a6ab6fdb Branch: refs/heads/asf-site Commit: a6ab6fdbfc2e27d245e2f4e0a607c5fa08e3c363 Parents: 4f92c24 Author: Ruilong Huo <[email protected]> Authored: Tue Jul 11 23:10:34 2017 +0800 Committer: Ruilong Huo <[email protected]> Committed: Tue Jul 11 23:10:34 2017 +0800 ---------------------------------------------------------------------- index.html | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/blob/a6ab6fdb/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 667b7af..c60b1a6 100644 --- a/index.html +++ b/index.html @@ -86,7 +86,7 @@ </ul> <div class="button-container"> - <a class="button" href="#download">DOWNLOAD<small class="download-version">2.1.0.0 (Feb. 28th, 2017)</small></a> + <a class="button" href="#download">DOWNLOAD<small class="download-version">2.2.0.0 (July 12, 2017)</small></a> </div> </div> @@ -310,6 +310,43 @@ <a class="scroll-point pt-download" id="download"></a> <div class="wrap download-pane"> + <h2 class="icon icon-download">Download HAWQ 2.2.0.0-incubating</h2> + </div> + + <div class="grid"> + + <div class="wrap"> + + <div class="corner"></div> + + <div class="download-list-container"> + + <ul class="list download-list"> + <li> + <a href="http://apache.org/dyn/closer.cgi/incubator/hawq/2.2.0.0-incubating/apache-hawq-rpm-2.2.0.0-incubating.tar.gz" class="type">Binary</a> + <span class="info"> + Version 2.2.0.0 | + <a href="http://www-eu.apache.org/dist/incubator/hawq/2.2.0.0-incubating/apache-hawq-rpm-2.2.0.0-incubating.tar.gz.asc">PGP</a> | + <a href="http://www-eu.apache.org/dist/incubator/hawq/2.2.0.0-incubating/apache-hawq-rpm-2.2.0.0-incubating.tar.gz.sha256">SHA-256</a> | + <a href="http://www-eu.apache.org/dist/incubator/hawq/2.2.0.0-incubating/apache-hawq-rpm-2.2.0.0-incubating.tar.gz.md5">MD5</a> + </span> + <a href="http://apache.org/dyn/closer.cgi/incubator/hawq/2.2.0.0-incubating/apache-hawq-src-2.2.0.0-incubating.tar.gz" class="type">Source</a> + <span class="info"> + Version 2.2.0.0 | + <a href="http://www-eu.apache.org/dist/incubator/hawq/2.2.0.0-incubating/apache-hawq-src-2.2.0.0-incubating.tar.gz.asc">PGP</a> | + <a href="http://www-eu.apache.org/dist/incubator/hawq/2.2.0.0-incubating/apache-hawq-src-2.2.0.0-incubating.tar.gz.sha256">SHA-256</a> | + <a href="http://www-eu.apache.org/dist/incubator/hawq/2.2.0.0-incubating/apache-hawq-src-2.2.0.0-incubating.tar.gz.md5">MD5</a> + </span> + </li> + </ul> + + </div> + + </div> + + </div> + + <div class="wrap download-pane"> <h2 class="icon icon-download">Download HAWQ 2.1.0.0-incubating</h2> </div>
