From 6980b5a4024bf542852b818cc80ab2cd67fc6ef5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 20:25:13 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.0-58 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index 923b1f7dc0..bf9b72003c 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.0-57", + "version": "7.1.0-58", "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-57-Q16-HDRI-x64-dll.exe", - "hash": "b2e09952e1c5271dfa5249db3cf5843bb7268cf19e66d4b9ef779dd051ff3d1e" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-58-Q16-HDRI-x64-dll.exe", + "hash": "61bb779482f42187238e7acd44cb24f2d2ef115cfedac84cf757e632dba0916e" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-57-Q16-HDRI-x86-dll.exe", - "hash": "7743617f07a8eb8e303d2c7b732542bdbf20ec39f0f68ed41b893c7294d74c17" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-58-Q16-HDRI-x86-dll.exe", + "hash": "498f79e3a93721434b831adbb28ebcbdbbe218d83bf26fa361d6ad283caa482a" } }, "innosetup": true,