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