Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[graphicsmagick] update to version 1.3.37 #22024

Merged
merged 5 commits into from
Dec 17, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ports/graphicsmagick/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
set(GM_VERSION 1.3.36)
set(GM_VERSION 1.3.37)

vcpkg_from_sourceforge(
OUT_SOURCE_PATH SOURCE_PATH
REPO graphicsmagick/graphicsmagick
REF ${GM_VERSION}
FILENAME "GraphicsMagick-${GM_VERSION}-windows-source.7z"
SHA512 4976816acb9d348b83cc33c1ad2b0a3f9c4174c8983b3a3f867bcd6369984bea34b203a4e168f52f556c94288b9340db1357f614e8ff3a8802bef859378bdd31
FILENAME "GraphicsMagick-${GM_VERSION}-windows.7z"
SHA512 2e465a290946d730c0da1b45602ebdebc256d9a0705d6d79784efcefb0760a923dd78c73f7a563ce6ec41e4199da66d3b31cc8c6b8f821ff993092d348aeaa2f
PATCHES
# GM always requires a dynamic BZIP2. This patch makes this dependent if _DLL is defined
dynamic_bzip2.patch
Expand Down
4 changes: 2 additions & 2 deletions ports/graphicsmagick/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphicsmagick",
"version-string": "1.3.36",
"port-version": 1,
"version-string": "1.3.37",
JonLiu1993 marked this conversation as resolved.
Show resolved Hide resolved
"port-version": 0,
"description": "Image processing library",
"homepage": "https://sourceforge.net/projects/graphicsmagick/",
"dependencies": [
Expand Down