From b55235097fcdb14041a8521898caa0ebeaf0a54c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 14 Nov 2021 22:00:32 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.0-14 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index 280178608c..32081eefb3 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.0-13", + "version": "7.1.0-14", "description": "Create, edit, compose, and convert 200+ of bitmap images formats.", "homepage": "https://imagemagick.org/", "license": "ImageMagick", "architecture": { "64bit": { - "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-13-Q16-HDRI-x64-dll.exe", - "hash": "c4607f68794f9e8e5ed73b1c0a295aae8e612c4b63b163e65c5f2669068b78d0" + "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-14-Q16-HDRI-x64-dll.exe", + "hash": "970f54f23d5b029d27df7269c279483761f868a9cb7b74d084b48fa3b7cafc4a" }, "32bit": { - "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-13-Q16-HDRI-x86-dll.exe", - "hash": "477bf261a8ad6d3034e0b6f58ce7abdeb9a2c6186c9caef34e64fe9e24eafa42" + "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-14-Q16-HDRI-x86-dll.exe", + "hash": "b6ec97c1531da3ac4b2807e413b4908e4abebace7b4f9726c1e3a6ea4ca9174a" } }, "innosetup": true,