From d63f0945d03b3e2400f8c1dd5cb6544e1bc62785 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 00:34:43 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.0-40 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index 07b37e9747..78cc212713 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.0-39", + "version": "7.1.0-40", "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-39-Q16-HDRI-x64-dll.exe", - "hash": "1cc4ee2f612f6c26e340aa1a34b010042c154ef81c810337791c84451eec5a8c" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-40-Q16-HDRI-x64-dll.exe", + "hash": "58ca3c5ee258e5a4b8d45258e06d001b7c71c5dbd6afdb952636540e76be3eb7" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-39-Q16-HDRI-x86-dll.exe", - "hash": "b1e8d25bd7dac8b04f34bdb6dcea404b81e46473d50e18510af891f1e02f3d85" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-40-Q16-HDRI-x86-dll.exe", + "hash": "84e9d9f0eaaff12398bb84c0fadee08af700524170fd2d2539f51eddc22659f7" } }, "innosetup": true,