From f551ca4a22c83454315a7fa6c3d4a254707f9f01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 00:32:46 +0000 Subject: [PATCH] graphicsmagick: Update to version 1.3.41 --- bucket/graphicsmagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/graphicsmagick.json b/bucket/graphicsmagick.json index cc28608fc4..827406d823 100644 --- a/bucket/graphicsmagick.json +++ b/bucket/graphicsmagick.json @@ -1,16 +1,16 @@ { - "version": "1.3.40", + "version": "1.3.41", "description": "Robust and efficient collection of tools and libraries which support reading, writing, and manipulating an image in over 89 major formats. (24/32 bit pixel support)", "homepage": "http://www.graphicsmagick.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.40/GraphicsMagick-1.3.40-Q8-win64-dll.exe", - "hash": "sha1:310fb11067113fd06a096d228b8d904a69d48a29" + "url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.41/GraphicsMagick-1.3.41-Q8-win64-dll.exe", + "hash": "sha1:c24c1f1bd211bc9ecfe1dae170dbae6830ab17fa" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.40/GraphicsMagick-1.3.40-Q8-win32-dll.exe", - "hash": "sha1:de1c29566fe48cf18606a409851ad6e2ab17d03e" + "url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.41/GraphicsMagick-1.3.41-Q8-win32-dll.exe", + "hash": "sha1:c41af8737572ffd13a14b8e5322a40bfa52dcb50" } }, "innosetup": true,