[Commits] [SCM] claws-win32-installer branch, gtk2, updated. 3.20.0-1-21-g0beef3d

jonathan at claws-mail.org jonathan at claws-mail.org
Sun Mar 10 06:56:08 UTC 2024


The branch, gtk2 has been updated
       via  0beef3d3ee8a8bb22a7d3df949aaf0d47926ba4e (commit)
      from  97f305ea864c27db6f67ae2b4c050f1681f0f4ca (commit)

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


- Log -----------------------------------------------------------------
commit 0beef3d3ee8a8bb22a7d3df949aaf0d47926ba4e
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sat Mar 9 14:04:20 2024 -0700

    Update to libassuan-2.5.7

diff --git a/packages/packages.current b/packages/packages.current
index 326896e..de36b00 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -39,7 +39,7 @@ harfbuzz,8.3.0,file,https://github.com/harfbuzz/harfbuzz/releases/download/8.3.0
 hunspell,1.7.2,file,https://github.com/hunspell/hunspell/releases/download/v1.7.2/hunspell-1.7.2.tar.gz,11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8,,
 icu4c,58.3,file,https://github.com/unicode-org/icu/releases/download/release-58-3/icu4c-58_3-src.tgz,2680f3c547cd26cba1d7ebd819cd336ff92cf444a270e195fd3b10bfdf22276c,,
 jpeg,9f,file,https://ijg.org/files/jpegsrc.v9f.tar.gz,04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b,,
-libassuan,2.5.6,file,https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.6.tar.bz2,e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426,,
+libassuan,2.5.7,file,https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.7.tar.bz2,0103081ffc27838a2e50479153ca105e873d3d65d8a9593282e9c94c7e6afb76,,
 libetpan,1.9.4,file,https://www.claws-mail.org/win32/libetpan-1.9.4.tar.gz,82ec8ea11d239c9967dbd1717cac09c8330a558e025b3e4dc6a7594e80d13bb1,,
 libffi,3.4.6,file,https://github.com/libffi/libffi/releases/download/v3.4.6/libffi-3.4.6.tar.gz,b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e,,
 libgpg_error,1.48,file,https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.48.tar.bz2,89ce1ae893e122924b858de84dc4f67aae29ffa610ebf668d5aa539045663d6f,,
diff --git a/src/sections-installer.nsi b/src/sections-installer.nsi
index c067619..5a2573f 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -121,7 +121,7 @@ File ${prefix}/bin/libetpan-20.dll
 #######################################
 ### libassuan
 !insertmacro SetPrefix libassuan
-File ${prefix}/bin/libassuan${gpg_dll_num}-0.dll
+File ${prefix}/bin/libassuan-0.dll
 
 #######################################
 ### libgpg-error
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index 5632455..45ca9fe 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -254,7 +254,7 @@ Delete "$INSTDIR\gpg-error.exe"
 
 #######################################
 ### libassuan
-Delete /REBOOTOK "$INSTDIR\libassuan${gpg_dll_num}-0.dll"
+Delete /REBOOTOK "$INSTDIR\libassuan-0.dll"
 
 #######################################
 ### cyrus-sasl

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


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


More information about the Commits mailing list