[Commits] [SCM] claws-win32-installer branch, master, updated. 4.1.1-1-87-g64489f0
jonathan at claws-mail.org
jonathan at claws-mail.org
Sun Nov 5 10:55:15 UTC 2023
The branch, master has been updated
via 64489f0a0b7cf8dbae47c1e881eca2c70a3c7e6c (commit)
from 1de2d47e25973a34a723cb37b7dbf28eb57a7c30 (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 64489f0a0b7cf8dbae47c1e881eca2c70a3c7e6c
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sat Nov 4 22:52:01 2023 -0700
Update to icu4c-74.1
diff --git a/packages/packages.current b/packages/packages.current
index 73132fa..51ecd06 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.12.1,file,https://codeberg.org/grisha/gumbo-parser/archive/0.12.1.tar.gz,c0bb5354e46539680724d638dbea07296b797229a7e965b13305c930ddc10d82,,
harfbuzz,8.2.2,file,https://github.com/harfbuzz/harfbuzz/releases/download/8.2.2/harfbuzz-8.2.2.tar.xz,e433ad85fbdf57f680be29479b3f964577379aaf319f557eb76569f0ecbc90f3,,
hunspell,1.7.2,file,https://github.com/hunspell/hunspell/releases/download/v1.7.2/hunspell-1.7.2.tar.gz,11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8,,
-icu4c,73.2,file,https://github.com/unicode-org/icu/releases/download/release-73-2/icu4c-73_2-src.tgz,818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1,,
+icu4c,74.1,file,https://github.com/unicode-org/icu/releases/download/release-74-1/icu4c-74_1-src.tgz,86ce8e60681972e60e4dcb2490c697463fcec60dd400a5f9bffba26d0b52b8d0,,
jpeg,9e,file,https://ijg.org/files/jpegsrc.v9e.tar.gz,4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d,,
libassuan,2.5.6,file,https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.6.tar.bz2,e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426,,
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 8ef7c94..d8591f6 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -443,9 +443,9 @@ File ${prefix}/bin/libwebp-7.dll
#######################################
### icu4c
!insertmacro SetPrefix icu4c
-File ${prefix}/bin/icudt73.dll
-File ${prefix}/bin/icuin73.dll
-File ${prefix}/bin/icuuc73.dll
+File ${prefix}/bin/icudt74.dll
+File ${prefix}/bin/icuin74.dll
+File ${prefix}/bin/icuuc74.dll
#######################################
### libepoxy
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index db4b09d..ca575ad 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -93,9 +93,9 @@ Delete "$INSTDIR\libwebp-7.dll"
#######################################
### icu4c
-Delete "$INSTDIR\icudt73.dll"
-Delete "$INSTDIR\icuin73.dll"
-Delete "$INSTDIR\icuuc73.dll"
+Delete "$INSTDIR\icudt74.dll"
+Delete "$INSTDIR\icuin74.dll"
+Delete "$INSTDIR\icuuc74.dll"
#######################################
### libepoxy
-----------------------------------------------------------------------
hooks/post-receive
--
Installer sources for Claws Mail Windows port
More information about the Commits
mailing list