From 79bfb7e4bc1fd76f9325668003e6b5ac4faed96a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 20:28:56 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.0-53 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index 688ec256b6..e442312c48 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.0-52", + "version": "7.1.0-53", "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.0-52-Q16-HDRI-x64-dll.exe", - "hash": "5d4593ae42af79c587ea47d8d7138c0549662608d3db8098de0a337fed1aede4" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-53-Q16-HDRI-x64-dll.exe", + "hash": "f11dd8ff1651ff63fe29566eb8b21aaa56cd59da053f03fc78d320cd45a602c4" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-52-Q16-HDRI-x86-dll.exe", - "hash": "c84bafb39d83118be50d7025b0ad27e9d6c03a68f73ead0739fd879e51943a78" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-53-Q16-HDRI-x86-dll.exe", + "hash": "76491d76fad6b369be23d943baa6b06926ff1befa55b87e8af2d389543a46bd0" } }, "innosetup": true,