From 8f5ca6fe20b755b58c89be100f57fcc27b6cb36d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 20:27:55 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.0-42 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index b5e486509b..c6b3f50a25 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.0-41", + "version": "7.1.0-42", "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-41-Q16-HDRI-x64-dll.exe", - "hash": "981c1daf18ba9caad246234f7d4cee07c11fe861ee243c74c408cd4582370497" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-42-Q16-HDRI-x64-dll.exe", + "hash": "3e5039575b2eb1f89c4a6a267dee78516ab94134914fab319fa7972c673f767a" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-41-Q16-HDRI-x86-dll.exe", - "hash": "4351293b209bf13d7fce57596effcae26dd867b08aed1f8d6142a7ceae87d78a" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-42-Q16-HDRI-x86-dll.exe", + "hash": "945f1577c2a9f5e603cc318ac0eb2228a07233ce5ae1950f9436919196924185" } }, "innosetup": true,