Skip to content

Commit

Permalink
Update NSIS to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Apr 29, 2024
1 parent 096e134 commit 0af751f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties.default
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ tomcat-native.win.1=${base-tomcat.loc.1}/tomcat-connectors/native/${tomcat-nativ
tomcat-native.win.2=${base-tomcat.loc.2}/tomcat-connectors/native/${tomcat-native.version}/binaries/tomcat-native-${tomcat-native.version}-openssl-${tomcat-native-openssl.version}-win32-bin.zip

# ----- NSIS, version 3.0 or later -----
nsis.version=3.09
nsis.version=3.10
nsis.checksum.enabled=true
nsis.checksum.algorithm=MD5|SHA-1
nsis.checksum.value=2953f6074bcc4711b439a666eafbb91b|586855a743a6e0ade203d8758af303a48ee0716b
nsis.checksum.value=e3e2803a13ead75e4471a51069d04c20|22cf776b463c6c845444328341219167abf399dc
nsis.home=${base.path}/nsis-${nsis.version}
nsis.exe=${nsis.home}/makensis.exe
nsis.arch.dir=x86-unicode/
Expand Down
5 changes: 4 additions & 1 deletion webapps/docs/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@
<update>
Update to the Eclipse JDT compiler 4.31. (markt)
</update>
<update>
Update NSIS to 3.10. (markt)
</update>
</changelog>
</subsection>
</section>
Expand Down Expand Up @@ -1254,7 +1257,7 @@
<subsection name="Other">
<changelog>
<update>
Update NSIS to 3.0.9. (markt)
Update NSIS to 3.09. (markt)
</update>
<update>
Update Checkstyle to 10.12.2. (markt)
Expand Down

0 comments on commit 0af751f

Please sign in to comment.