From eda0c45de9f1a584fc0d3c1bc272aa63d225bde0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 04:28:23 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.0-56 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index a19f7ae0c5..cb16545f64 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.0-55", + "version": "7.1.0-56", "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-55-Q16-HDRI-x64-dll.exe", - "hash": "26b8695d7b68ad4cdcbf746fad2254a950e5387db771e9e7cb36d011c480f8d4" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-56-Q16-HDRI-x64-dll.exe", + "hash": "747e778592c9278d8dbde1d9698f4b070768da20b8ee87cd3b7482f74bbf39c8" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-55-Q16-HDRI-x86-dll.exe", - "hash": "beb7d1003fe932fe14f42f88d7a5b353072fb114238c41d789cfc030b5f1d3da" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-56-Q16-HDRI-x86-dll.exe", + "hash": "b7320eb83f5f1d99f96b0ca7d58c92f1fc28dbf6d2b8ebb1f48f010d97eddc07" } }, "innosetup": true,