From 2289c523371d7adefba060e73e11b25e6b67dcb2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 00:33:14 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.0-41 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index 78cc212713..b5e486509b 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.0-40", + "version": "7.1.0-41", "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-40-Q16-HDRI-x64-dll.exe", - "hash": "58ca3c5ee258e5a4b8d45258e06d001b7c71c5dbd6afdb952636540e76be3eb7" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-41-Q16-HDRI-x64-dll.exe", + "hash": "981c1daf18ba9caad246234f7d4cee07c11fe861ee243c74c408cd4582370497" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-40-Q16-HDRI-x86-dll.exe", - "hash": "84e9d9f0eaaff12398bb84c0fadee08af700524170fd2d2539f51eddc22659f7" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-41-Q16-HDRI-x86-dll.exe", + "hash": "4351293b209bf13d7fce57596effcae26dd867b08aed1f8d6142a7ceae87d78a" } }, "innosetup": true,