[Commits] [SCM] claws-win32-installer branch, master, updated. 4.1.1-1-23-ga4db52e

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Mar 13 05:36:49 UTC 2023


The branch, master has been updated
       via  a4db52ebf9807b82a2568860029c22d83b0671f4 (commit)
      from  f67d01db68d26446c2c6174d7709d234da62fc7c (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 a4db52ebf9807b82a2568860029c22d83b0671f4
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sun Feb 19 20:11:05 2023 -0700

    Update to icu-72.1

diff --git a/packages/packages.current b/packages/packages.current
index 71dfe6b..a274821 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -26,7 +26,7 @@ gtk,3.24.36,file,https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.36.tar.x
 gumbo_parser,0.10.1,file,https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz,28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad,,
 harfbuzz,7.0.0,file,https://github.com/harfbuzz/harfbuzz/releases/download/7.0.0/harfbuzz-7.0.0.tar.xz,7b4685b7066c5c6b8dc6cd7b02f63c554fb8cc1c4ddcfc44bc284efa3c20cf28,,
 hunspell,1.7.2,file,https://github.com/hunspell/hunspell/releases/download/v1.7.2/hunspell-1.7.2.tar.gz,11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8,,
-icu4c,71.1,file,https://github.com/unicode-org/icu/releases/download/release-71-1/icu4c-71_1-src.tgz,67a7e6e51f61faf1306b6935333e13b2c48abd8da6d2f46ce6adca24b1e21ebf,,
+icu4c,72.1,file,https://github.com/unicode-org/icu/releases/download/release-72-1/icu4c-72_1-src.tgz,a2d2d38217092a7ed56635e34467f92f976b370e20182ad325edea6681a71d68,,
 jpeg,9e,file,https://ijg.org/files/jpegsrc.v9e.tar.gz,4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d,,
 libassuan,2.5.5-41-g870fdcf,git,git://git.gnupg.org/libassuan.git,9f9a9d9ecf1fc4bdc2ae3e4f44f726897a047bb6c19540f1039e673fc381481f,master,870fdcf92e5991c0bb2e349a951aa8dd93b0e22f
 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 b304844..c8c7597 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -437,9 +437,9 @@ File ${prefix}/bin/libwebp-7.dll
 #######################################
 ### icu4c
 !insertmacro SetPrefix icu4c
-File ${prefix}/bin/icudt71.dll
-File ${prefix}/bin/icuin71.dll
-File ${prefix}/bin/icuuc71.dll
+File ${prefix}/bin/icudt72.dll
+File ${prefix}/bin/icuin72.dll
+File ${prefix}/bin/icuuc72.dll
 
 #######################################
 ### libepoxy
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index e368730..ad70bd4 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -93,9 +93,9 @@ Delete "$INSTDIR\libwebp-7.dll"
 
 #######################################
 ### icu4c
-Delete "$INSTDIR\icudt71.dll"
-Delete "$INSTDIR\icuin71.dll"
-Delete "$INSTDIR\icuuc71.dll"
+Delete "$INSTDIR\icudt72.dll"
+Delete "$INSTDIR\icuin72.dll"
+Delete "$INSTDIR\icuuc72.dll"
 
 #######################################
 ### libepoxy

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


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


More information about the Commits mailing list