From 280be90bcbc441fe012eb541481200c86d789b1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 00:34:09 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.1-3 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index ef6b136adf..24c088173a 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.1-2", + "version": "7.1.1-3", "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-2-Q16-HDRI-x64-dll.exe", - "hash": "caaf9406cbebef2a49ad8f0cd118500a97ffddda27c7d1034f55287a74c6ec2b" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-3-Q16-HDRI-x64-dll.exe", + "hash": "482c194497226e18c5f094b681eedac8b9c69c880439d10a3679f00ec72ff5bb" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-2-Q16-HDRI-x86-dll.exe", - "hash": "1c8f753b52c41584bb2ca11fbfe7b20f63b0b7e54e2e040a98da1b9c536b1849" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-3-Q16-HDRI-x86-dll.exe", + "hash": "48bcaa013aa66a35b1022a0cfae12fbbd87b04d3e57f301f88312fb5ff8ca1d1" } }, "innosetup": true,