From a78bac493c344cb834040b21c1888a4286203580 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 16:30:02 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.0-52 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index 6ccbcbdf1b..688ec256b6 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.0-51", + "version": "7.1.0-52", "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-51-Q16-HDRI-x64-dll.exe", - "hash": "3b4dd48eab57b6d478505f596a014f57bb69193f2d3ba450d036786a716ba4d9" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-52-Q16-HDRI-x64-dll.exe", + "hash": "5d4593ae42af79c587ea47d8d7138c0549662608d3db8098de0a337fed1aede4" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-51-Q16-HDRI-x86-dll.exe", - "hash": "a641043506a4393077302f5a6b842152a253a53c83250291d747c69e0284ba8e" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-52-Q16-HDRI-x86-dll.exe", + "hash": "c84bafb39d83118be50d7025b0ad27e9d6c03a68f73ead0739fd879e51943a78" } }, "innosetup": true,