[Commits] [SCM] claws-win32-installer branch, master, updated. 4.3.0-1-41-g2ecc3d9

jonathan at claws-mail.org jonathan at claws-mail.org
Sun Dec 8 11:13:59 UTC 2024


The branch, master has been updated
       via  2ecc3d9eab65fb96a9f12ca74cfea5928ecd2b15 (commit)
      from  a4da536e8f30ce5975cd480642c22ee8861216bd (commit)

Summary of changes:
 packages/packages.current    | 2 +-
 src/sections-installer.nsi   | 6 +++---
 src/sections-uninstaller.nsi | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)


- Log -----------------------------------------------------------------
commit 2ecc3d9eab65fb96a9f12ca74cfea5928ecd2b15
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sat Dec 7 20:26:39 2024 -0700

    Update to icu4c-76.1

diff --git a/packages/packages.current b/packages/packages.current
index 8cc3c27..1c946fe 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -37,7 +37,7 @@ gtk,3.24.43,file,https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.43.tar.x
 gumbo_parser,0.12.1,file,https://codeberg.org/grisha/gumbo-parser/archive/0.12.1.tar.gz,c0bb5354e46539680724d638dbea07296b797229a7e965b13305c930ddc10d82,,
 harfbuzz,10.1.0,file,https://github.com/harfbuzz/harfbuzz/releases/download/10.1.0/harfbuzz-10.1.0.tar.xz,6ce3520f2d089a33cef0fc48321334b8e0b72141f6a763719aaaecd2779ecb82,,
 hunspell,1.7.2,file,https://github.com/hunspell/hunspell/releases/download/v1.7.2/hunspell-1.7.2.tar.gz,11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8,,
-icu4c,75.1,file,https://github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-src.tgz,cb968df3e4d2e87e8b11c49a5d01c787bd13b9545280fc6642f826527618caef,,
+icu4c,76.1,file,https://github.com/unicode-org/icu/releases/download/release-76-1/icu4c-76_1-src.tgz,dfacb46bfe4747410472ce3e1144bf28a102feeaa4e3875bac9b4c6cf30f4f3e,,
 jpeg,9f,file,https://ijg.org/files/jpegsrc.v9f.tar.gz,04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b,,
 libassuan,3.0.1,file,https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-3.0.1.tar.bz2,c8f0f42e6103dea4b1a6a483cb556654e97302c7465308f58363778f95f194b1,,
 libepoxy,1.5.10,file,https://download.gnome.org/sources/libepoxy/1.5/libepoxy-1.5.10.tar.xz,072cda4b59dd098bba8c2363a6247299db1fa89411dc221c8b81b8ee8192e623,,
diff --git a/src/sections-installer.nsi b/src/sections-installer.nsi
index 2424a5c..2b31754 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -429,9 +429,9 @@ File ${prefix}/libexec/gpgme-w32spawn.exe
 #######################################
 ### icu4c
 !insertmacro SetPrefix icu4c
-File ${prefix}/bin/icudt75.dll
-File ${prefix}/bin/icuin75.dll
-File ${prefix}/bin/icuuc75.dll
+File ${prefix}/bin/icudt76.dll
+File ${prefix}/bin/icuin76.dll
+File ${prefix}/bin/icuuc76.dll
 
 #######################################
 ### libepoxy
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index 7e34b24..a8fa501 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -71,9 +71,9 @@ Delete "$INSTDIR\libjpeg-9.dll"
 
 #######################################
 ### icu4c
-Delete "$INSTDIR\icudt75.dll"
-Delete "$INSTDIR\icuin75.dll"
-Delete "$INSTDIR\icuuc75.dll"
+Delete "$INSTDIR\icudt76.dll"
+Delete "$INSTDIR\icuin76.dll"
+Delete "$INSTDIR\icuuc76.dll"
 
 #######################################
 ### libepoxy

-----------------------------------------------------------------------


hooks/post-receive
-- 
Installer sources for Claws Mail Windows port


More information about the Commits mailing list