From df64e678c203bfc55680725d204f83c44589077a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Apr 2023 16:26:40 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.1-6 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index f05d593bc1..cb5fbb109f 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.1-5", + "version": "7.1.1-6", "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.1-5-Q16-HDRI-x64-dll.exe", - "hash": "b5d4e61bc789d4ffdff55bf1c8c90dcb5730eb2e8a8ee3e21f81dd91b9fb8760" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-6-Q16-HDRI-x64-dll.exe", + "hash": "c2c7a20e9f9fea24b249665d4a6cb1748287a12eb39490d6efd4653e65db0b1e" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-5-Q16-HDRI-x86-dll.exe", - "hash": "523208827fcd1b46e1c7d980fd00be5233fc6705ba3b40535b9fdbc6078b448c" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-6-Q16-HDRI-x86-dll.exe", + "hash": "f7395dfc71b2b0295a22f4a47113a2af5bf4a7eabd37918c1c7779d6a1258294" } }, "innosetup": true,