This is an automated email from the ASF dual-hosted git repository. slawrence pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-daffodil-site.git
commit 3e8b44c33a5ac18032a939b1d038ebb1c72fc44e Author: Steve Lawrence <[email protected]> AuthorDate: Tue Sep 4 06:55:22 2018 -0400 Remove SHA1 from releases page --- site/_includes/download-list.html | 1 - 1 file changed, 1 deletion(-) diff --git a/site/_includes/download-list.html b/site/_includes/download-list.html index e97b5a1..7b67d44 100644 --- a/site/_includes/download-list.html +++ b/site/_includes/download-list.html @@ -7,7 +7,6 @@ {% if include.checksum-root %} {% assign base = include.checksum-root | append: include.prefix | append: file %} [ <a href="{{ base }}.asc">PGP</a> ] - [ <a href="{{ base }}.sha1">SHA1</a> ] [ <a href="{{ base }}.sha256">SHA256</a> ] [ <a href="{{ base }}.sha512">SHA512</a> ] {% endif %}
