[Commits] [SCM] claws-win32-installer branch, master, updated. 4.1.1-1-44-gb82a706

jonathan at claws-mail.org jonathan at claws-mail.org
Sun Jun 11 23:34:52 UTC 2023


The branch, master has been updated
       via  b82a706cb51e835e76b6e6593cb20b3cb2bd8f71 (commit)
      from  88342c17a3a3dad4cf990e7fbe4dfcfcd3836359 (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 b82a706cb51e835e76b6e6593cb20b3cb2bd8f71
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sun Jun 11 01:13:34 2023 -0700

    Update to icu4c-73.1

diff --git a/packages/packages.current b/packages/packages.current
index 8dddfdc..1a7edb6 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -26,7 +26,7 @@ gtk,3.24.38,file,https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.38.tar.x
 gumbo_parser,0.10.1,file,https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz,28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad,,
 harfbuzz,7.3.0,file,https://github.com/harfbuzz/harfbuzz/releases/download/7.3.0/harfbuzz-7.3.0.tar.xz,20770789749ac9ba846df33983dbda22db836c70d9f5d050cb9aa5347094a8fb,,
 hunspell,1.7.2,file,https://github.com/hunspell/hunspell/releases/download/v1.7.2/hunspell-1.7.2.tar.gz,11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8,,
-icu4c,72.1,file,https://github.com/unicode-org/icu/releases/download/release-72-1/icu4c-72_1-src.tgz,a2d2d38217092a7ed56635e34467f92f976b370e20182ad325edea6681a71d68,,
+icu4c,73.1,file,https://github.com/unicode-org/icu/releases/download/release-73-1/icu4c-73_1-src.tgz,a457431de164b4aa7eca00ed134d00dfbf88a77c6986a10ae7774fc076bb8c45,,
 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 7f5b053..a5b36e7 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -442,9 +442,9 @@ File ${prefix}/bin/libwebp-7.dll
 #######################################
 ### icu4c
 !insertmacro SetPrefix icu4c
-File ${prefix}/bin/icudt72.dll
-File ${prefix}/bin/icuin72.dll
-File ${prefix}/bin/icuuc72.dll
+File ${prefix}/bin/icudt73.dll
+File ${prefix}/bin/icuin73.dll
+File ${prefix}/bin/icuuc73.dll
 
 #######################################
 ### libepoxy
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index c18fc7d..b6e9d42 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -93,9 +93,9 @@ Delete "$INSTDIR\libwebp-7.dll"
 
 #######################################
 ### icu4c
-Delete "$INSTDIR\icudt72.dll"
-Delete "$INSTDIR\icuin72.dll"
-Delete "$INSTDIR\icuuc72.dll"
+Delete "$INSTDIR\icudt73.dll"
+Delete "$INSTDIR\icuin73.dll"
+Delete "$INSTDIR\icuuc73.dll"
 
 #######################################
 ### libepoxy

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


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


More information about the Commits mailing list