This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 62f9021b0e Need zip checksums, not exe checksums
62f9021b0e is described below
commit 62f9021b0e88672a9699ff7b5d50116a9a14c2e2
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Aug 2 16:49:48 2023 +0100
Need zip checksums, not exe checksums
---
build.properties.default | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.properties.default b/build.properties.default
index 9977c437e5..62e0f4cb21 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -185,7 +185,7 @@
tomcat-native.win.2=${base-tomcat.loc.2}/tomcat-connectors/native/${tomcat-nativ
nsis.version=3.09
nsis.checksum.enabled=true
nsis.checksum.algorithm=MD5|SHA-1
-nsis.checksum.value=dc6015c4ca2bcfd1a2b7f315ddf99922|0322ebc9ddef97ca66762319df79032b63fbf1f2
+nsis.checksum.value=d0d9ebe60bc2507014a0c1c2fb0e25f2|7b61e72912248d06bbe511997fc734f6839ff4f8
nsis.home=${base.path}/nsis-${nsis.version}
nsis.exe=${nsis.home}/makensis.exe
nsis.arch.dir=x86-unicode/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]