[Commits] [SCM] claws-win32-installer branch, gtk3, updated. 4.0.0-1-53-g35811b9

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Jan 17 07:15:39 CET 2022


The branch, gtk3 has been updated
       via  35811b96f4d0934260f0e509f8ffa1fcbfc73e5e (commit)
      from  bc14472b839ea75e392b6bc87b4aacee3e90f603 (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 35811b96f4d0934260f0e509f8ffa1fcbfc73e5e
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sun Jan 2 11:02:16 2022 -0700

    update to icu-70.1

diff --git a/packages/packages.current b/packages/packages.current
index d5e8c7a..76d2515 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -26,7 +26,7 @@ gtk,3.24.31,file,https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.31.tar.x
 gumbo_parser,0.10.1,file,https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz,28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad,,
 harfbuzz,3.2.0,file,https://github.com/harfbuzz/harfbuzz/releases/download/3.2.0/harfbuzz-3.2.0.tar.xz,0ada50a1c199bb6f70843ab893c55867743a443b84d087d54df08ad883ebc2cd,,
 hunspell,1.7.0,file,https://github.com/hunspell/hunspell/files/2573619/hunspell-1.7.0.tar.gz,57be4e03ae9dd62c3471f667a0d81a14513e314d4d92081292b90435944ff951,,
-icu4c,69.1,file,https://github.com/unicode-org/icu/releases/download/release-69-1/icu4c-69_1-src.tgz,4cba7b7acd1d3c42c44bb0c14be6637098c7faf2b330ce876bc5f3b915d09745,,
+icu4c,70.1,file,https://github.com/unicode-org/icu/releases/download/release-70-1/icu4c-70_1-src.tgz,8d205428c17bf13bb535300669ed28b338a157b1c01ae66d31d0d3e2d47c3fd5,,
 jpeg,9d,file,https://ijg.org/files/jpegsrc.v9d.tar.gz,6c434a3be59f8f62425b2e3c077e785c9ce30ee5874ea1c270e843f273ba71ee,,
 libassuan,2.5.5,file,https://gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.5.tar.bz2,8e8c2fcc982f9ca67dcbb1d95e2dc746b1739a4668bc20b3a3c5be632edb34e4,,
 libepoxy,1.5.9,file,https://download.gnome.org/sources/libepoxy/1.5/libepoxy-1.5.9.tar.xz,d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4,,
diff --git a/src/sections-installer.nsi b/src/sections-installer.nsi
index 12fdbe6..51a6d4c 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/icudt69.dll
-File ${prefix}/bin/icuin69.dll
-File ${prefix}/bin/icuuc69.dll
+File ${prefix}/bin/icudt70.dll
+File ${prefix}/bin/icuin70.dll
+File ${prefix}/bin/icuuc70.dll
 
 #######################################
 ### libepoxy
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index e507a77..4812ff8 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -92,9 +92,9 @@ Delete "$INSTDIR\libwebp-7.dll"
 
 #######################################
 ### icu4c
-Delete "$INSTDIR\icudt69.dll"
-Delete "$INSTDIR\icuin69.dll"
-Delete "$INSTDIR\icuuc69.dll"
+Delete "$INSTDIR\icudt70.dll"
+Delete "$INSTDIR\icuin70.dll"
+Delete "$INSTDIR\icuuc70.dll"
 
 #######################################
 ### libepoxy

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


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


More information about the Commits mailing list