From e117276da6c920dedc44b6ec5311728d2398ab09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 20:25:38 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.0-20 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index 7a9a5ed9c0..e2b4ecd7b1 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.0-19", + "version": "7.1.0-20", "description": "Create, edit, compose, and convert 200+ of bitmap images formats.", "homepage": "https://imagemagick.org/", "license": "ImageMagick", "architecture": { "64bit": { - "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-19-Q16-HDRI-x64-dll.exe", - "hash": "40de58930e0f41e3f71bebe12befc326fade7d953b552936ea4a88a1267cf451" + "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-20-Q16-HDRI-x64-dll.exe", + "hash": "d17933d5e52ccbc671669a338435402eafd3d9ebfbf1bc99aa9ce35aa4a753f8" }, "32bit": { - "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-19-Q16-HDRI-x86-dll.exe", - "hash": "9bee2baabdf02ae5ca3cfc9996d667cea2fe792dc4edfe9286b1f0803d5831cd" + "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-20-Q16-HDRI-x86-dll.exe", + "hash": "d193ec21b6e22f503eae47aca34f3277570153ceafc6eb1d475cf70a52acfb5a" } }, "innosetup": true,