You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2020/02/05 12:24:29 UTC

[deltaspike] branch master updated: move from cgi to lua and replace md5 with sha512

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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new d781dc2  move from cgi to lua and replace md5 with sha512
d781dc2 is described below

commit d781dc2027a871d51688c61b37091b73e6af5c7e
Author: Mark Struberg <st...@apache.org>
AuthorDate: Wed Feb 5 13:23:56 2020 +0100

    move from cgi to lua and replace md5 with sha512
---
 site/src/main/asciidoc/download.adoc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/site/src/main/asciidoc/download.adoc b/site/src/main/asciidoc/download.adoc
index deb1384..fe37d39 100644
--- a/site/src/main/asciidoc/download.adoc
+++ b/site/src/main/asciidoc/download.adoc
@@ -20,23 +20,23 @@ The minimum Java version from DeltaSpike-1.9.0 upwards is Java8.
 == Binary Distribution
 
 
-* https://www.apache.org/dyn/closer.cgi/deltaspike/{latestStable}/distribution-full-{latestStable}.zip[distribution-full-{latestStable}.zip]
+* https://www.apache.org/dyn/closer.lua/deltaspike/{latestStable}/distribution-full-{latestStable}.zip[distribution-full-{latestStable}.zip]
 * https://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.zip.asc[distribution-full-{latestStable}.zip.asc]
-* https://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.zip.md5[distribution-full-{latestStable}.zip.md5]
+* https://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.zip.sha512[distribution-full-{latestStable}.zip.sha512]
 * https://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.zip.sha1[distribution-full-{latestStable}.zip.sha1]
 
-* https://www.apache.org/dyn/closer.cgi/deltaspike/{latestStable}/distribution-full-{latestStable}.tar.gz[distribution-full-{latestStable}.tar.gz]
+* https://www.apache.org/dyn/closer.lua/deltaspike/{latestStable}/distribution-full-{latestStable}.tar.gz[distribution-full-{latestStable}.tar.gz]
 * https://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.tar.gz.asc[distribution-full-{latestStable}.tar.gz.asc]
-* https://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.tar.gz.md5[distribution-full-{latestStable}.tar.gz.md5]
+* https://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.tar.gz.sha512[distribution-full-{latestStable}.tar.gz.sha512]
 * https://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.tar.gz.sha1[distribution-full-{latestStable}.tar.gz.sha1]
 
 
 == Source Distribution
 
 
-* https://www.apache.org/dyn/closer.cgi/deltaspike/{latestStable}/deltaspike-{latestStable}-source-release.zip[deltaspike-{latestStable}-source-release.zip]
+* https://www.apache.org/dyn/closer.lua/deltaspike/{latestStable}/deltaspike-{latestStable}-source-release.zip[deltaspike-{latestStable}-source-release.zip]
 * https://www.apache.org/dist/deltaspike/{latestStable}/deltaspike-{latestStable}-source-release.zip.asc[deltaspike-{latestStable}-source-release.zip.asc]
-* https://www.apache.org/dist/deltaspike/{latestStable}/deltaspike-{latestStable}-source-release.zip.md5[deltaspike-{latestStable}-source-release.zip.md5]
+* https://www.apache.org/dist/deltaspike/{latestStable}/deltaspike-{latestStable}-source-release.zip.sha512[deltaspike-{latestStable}-source-release.zip.sha512]
 * https://www.apache.org/dist/deltaspike/{latestStable}/deltaspike-{latestStable}-source-release.zip.sha1[deltaspike-{latestStable}-source-release.zip.sha1]
 
 
@@ -65,7 +65,7 @@ as well as the asc signature file for the artifact.
 Make sure you get these files from the
 https://www.apache.org/dist/deltaspike/[main distribution directory],
 rather than from a
-https://www.apache.org/dyn/closer.cgi/deltaspike/[mirror]. Then verify
+https://www.apache.org/dyn/closer.lua/deltaspike/[mirror]. Then verify
 the signatures using e.g.:
 
 [subs="+attributes"]