[Commits] [SCM] claws-win32-installer branch, master, updated. 4.3.0-1-17-g907f0e1
jonathan at claws-mail.org
jonathan at claws-mail.org
Sun Aug 25 22:15:13 UTC 2024
The branch, master has been updated
via 907f0e1262a5e49228675e58a83cc96a6caadb0e (commit)
from ca5080a7d8ae6e9d927f2f078c62334a648013b3 (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 907f0e1262a5e49228675e58a83cc96a6caadb0e
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sun Aug 18 08:01:12 2024 -0700
Update to poppler-24.08.0
diff --git a/packages/packages.current b/packages/packages.current
index 98c5763..fa21c80 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -55,7 +55,7 @@ p11_kit,0.25.5,file,https://github.com/p11-glue/p11-kit/releases/download/0.25.5
pango,1.54.0,file,https://download.gnome.org/sources/pango/1.54/pango-1.54.0.tar.xz,8a9eed75021ee734d7fc0fdf3a65c3bba51dfefe4ae51a9b414a60c70b2d1ed8,,
pcre2,10.44,file,https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.44/pcre2-10.44.tar.bz2,d34f02e113cf7193a1ebf2770d3ac527088d485d4e047ed10e5d217c6ef5de96,,
pixman,0.43.4,file,https://cairographics.org/releases/pixman-0.43.4.tar.gz,a0624db90180c7ddb79fc7a9151093dc37c646d8c38d3f232f767cf64b85a226,,
-poppler,24.06.0,file,https://poppler.freedesktop.org/poppler-24.06.0.tar.xz,0cdabd495cada11f6ee9e75c793f80daf46367b66c25a63ee8c26d0f9ec40c76,,
+poppler,24.08.0,file,https://poppler.freedesktop.org/poppler-24.08.0.tar.xz,97453fbddf0c9a9eafa0ea45ac710d3d49bcf23a62e864585385d3c0b4403174,,
poppler_data,0.4.12,file,https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz,c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74,,
regex,20240301,git,git://git.savannah.gnu.org/gnulib.git,68b015146e2e5675f23e753bdccd5e61262aa231f325229722edad3f8c24c43a,master,1348f1fd10b8a6e184cb29a0c6f930aff1a4017d
ytnef,2.1.2,file,https://github.com/Yeraze/ytnef/archive/refs/tags/v2.1.2.tar.gz,340f03f495884611209e9c0bc943fad06ce920e8c79655aa228d5ca7418dc360,,
diff --git a/src/sections-installer.nsi b/src/sections-installer.nsi
index c475b4c..b73dfda 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -481,7 +481,7 @@ File ${prefix}/bin/libgumbo-2.dll
### poppler
!insertmacro SetPrefix poppler
File ${prefix}/bin/libpoppler-glib-8.dll
-File ${prefix}/bin/libpoppler-137.dll
+File ${prefix}/bin/libpoppler-140.dll
#######################################
### claws-mail
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index d0ce390..b82eb96 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -36,7 +36,7 @@ RMDir "$INSTDIR\lib\claws-mail"
#######################################
### poppler
Delete "$INSTDIR\libpoppler-glib-8.dll"
-Delete "$INSTDIR\libpoppler-137.dll"
+Delete "$INSTDIR\libpoppler-140.dll"
#######################################
### gumbo-parser
-----------------------------------------------------------------------
hooks/post-receive
--
Installer sources for Claws Mail Windows port
More information about the Commits
mailing list