aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-03-04 10:50:43 -0800
committerGitHub <noreply@github.com>2020-03-04 10:50:43 -0800
commit24cc91c933d332749d1d434e078f8d5daae96154 (patch)
treefb3db9fbd55df3f82de511ca8806d5aa5532098f
parent91c8d72a5536f6febc1ed69f323a5e27787f7661 (diff)
downloadvcpkg-24cc91c933d332749d1d434e078f8d5daae96154.tar.gz
vcpkg-24cc91c933d332749d1d434e078f8d5daae96154.zip
[graphicsmagick] update to 1.3.35 (#10281)
-rw-r--r--ports/graphicsmagick/CONTROL2
-rw-r--r--ports/graphicsmagick/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/graphicsmagick/CONTROL b/ports/graphicsmagick/CONTROL
index cd7d3b850..e968e3adf 100644
--- a/ports/graphicsmagick/CONTROL
+++ b/ports/graphicsmagick/CONTROL
@@ -1,5 +1,5 @@
Source: graphicsmagick
-Version: 1.3.34
+Version: 1.3.35
Build-Depends: zlib, bzip2, freetype, libjpeg-turbo, libpng, tiff
Homepage: https://sourceforge.net/projects/graphicsmagick/
Description: Image processing library
diff --git a/ports/graphicsmagick/portfile.cmake b/ports/graphicsmagick/portfile.cmake
index 22b148827..2d1d0a258 100644
--- a/ports/graphicsmagick/portfile.cmake
+++ b/ports/graphicsmagick/portfile.cmake
@@ -1,9 +1,9 @@
-set(GM_VERSION 1.3.34)
+set(GM_VERSION 1.3.35)
vcpkg_download_distfile(ARCHIVE
URLS "https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/${GM_VERSION}/GraphicsMagick-${GM_VERSION}-windows-source.7z"
FILENAME "GraphicsMagick-${GM_VERSION}-windows-source.7z"
- SHA512 bc770070d3e6b58ded1932050c1aa9f31edd89ac68e12055d7bb481ba9aa8e7509e69ad676a1624c262f9b55c0ceeea738b807005946ddd97b88d49b39b8a073
+ SHA512 bf3ade807de54f366e49df5b754d8321978d8e1ed4275364fb7e861ff04f0780a698fcb4e0a110a45213209ff846034f2add00a3443ed31db2c842530199bd1f
)
vcpkg_extract_source_archive_ex(