From d013105abf5c4b439de8b825498eee995a964a32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 16:30:28 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.1-1 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index 64ed34332f..dfdc0ee539 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.1-0", + "version": "7.1.1-1", "description": "Create, edit, compose, and convert 200+ of bitmap images formats.", "homepage": "https://imagemagick.org/", "license": "ImageMagick", "architecture": { "64bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-0-Q16-HDRI-x64-dll.exe", - "hash": "caccd08172ba47a98f19a30ddab969f2cf1190950ae88b73add60a0d8feaf26f" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-1-Q16-HDRI-x64-dll.exe", + "hash": "bc71265fbed051c6a622199fdeb96ce3861d1295bc88cb7bdc7dbf7cdcff68d5" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-0-Q16-HDRI-x86-dll.exe", - "hash": "8a902992af64d5679cc7a9e4e4cf170c618fd5295d4ad90abb3c1b8266a1ddce" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-1-Q16-HDRI-x86-dll.exe", + "hash": "d323494edd065de5d445f1fadd8ebcf73bbe42b0e04ce29704350201a883f281" } }, "innosetup": true,