You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/04/11 11:32:21 UTC

[sling-site] branch master updated: Link to sha1 digests for downloads

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a71000  Link to sha1 digests for downloads
8a71000 is described below

commit 8a71000c489c2fdcc8b6b2f76f4df6e7e25247d4
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Apr 11 13:32:09 2018 +0200

    Link to sha1 digests for downloads
---
 src/main/jbake/templates/downloads.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 3b2d7f4..180a01c 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -253,7 +253,7 @@ def downloadLink(label, artifact, version, suffix) {
 	yield " ("
 	a(href:"${digestsBase}.asc", "asc")
 	yield ", "
-	a(href:"${digestsBase}.md5", "md5")
+	a(href:"${digestsBase}.sha1", "sha1")
 	yield ")"
 	newLine()
 }

-- 
To stop receiving notification emails like this one, please contact
bdelacretaz@apache.org.