Repository: calcite-avatica Updated Branches: refs/heads/master ad6e409a7 -> 37f3a663a
Site: Fix link to SHA512 digest and remove links to Github in commit hash per ASF release policy Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/37f3a663 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/37f3a663 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/37f3a663 Branch: refs/heads/master Commit: 37f3a663adcb4660b687bc3a901b92cec2456b54 Parents: ad6e409 Author: Francis Chuang <[email protected]> Authored: Wed Dec 5 09:05:47 2018 +1100 Committer: Francis Chuang <[email protected]> Committed: Wed Dec 5 09:05:47 2018 +1100 ---------------------------------------------------------------------- site/downloads/avatica.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/37f3a663/site/downloads/avatica.md ---------------------------------------------------------------------- diff --git a/site/downloads/avatica.md b/site/downloads/avatica.md index ad3682d..5d63ef5 100644 --- a/site/downloads/avatica.md +++ b/site/downloads/avatica.md @@ -51,7 +51,10 @@ Release | Date | Commit | Download {% endcomment %}{% capture d2 %}2017-05-01{% endcapture %}{% comment %} {% endcomment %}{% capture d3 %}2018-03-01{% endcapture %}{% comment %} {% endcomment %}{% capture d4 %}2018-06-01{% endcapture %}{% comment %} -{% endcomment %}{% if d1 > d3 %}{% comment %} +{% endcomment %}{% capture d5 %}2018-12-01{% endcapture %}{% comment %} +{% endcomment %}{% if d1 > d5 %}{% comment %} +{% endcomment %}{% assign digest = "sha512" %}{% comment %} +{% endcomment %}{% elsif d1 > d3 %}{% comment %} {% endcomment %}{% assign digest = "sha256" %}{% comment %} {% endcomment %}{% elsif d1 > d2 %}{% comment %} {% endcomment %}{% assign digest = "mds" %}{% comment %} @@ -60,7 +63,7 @@ Release | Date | Commit | Download {% endcomment %}{% endif %}{% comment %} {% endcomment %}<a href="{{ site.baseurl }}/docs/history.html#{{ post.tag }}">{{ post.version }}</a>{% comment %} {% endcomment %} | {{ post.date | date_to_string }}{% comment %} -{% endcomment %} | <a href="https://github.com/apache/calcite-avatica/commit/{{ post.sha }}">{{ post.sha }}</a>{% comment %} +{% endcomment %} | {{ post.sha }}{% comment %} {% endcomment %} | <a href="{{ p }}/{{ v }}-src.tar.gz{{ q }}">tar</a>{% comment %} {% endcomment %} (<a href="{{ d }}/calcite/{{ v }}/{{ v }}-src.tar.gz.{{ digest }}">{{ digest }}</a>{% comment %} {% endcomment %} <a href="{{ d }}/calcite/{{ v }}/{{ v }}-src.tar.gz.asc">pgp</a>){% comment %}
