From c4fb6b7f568625618d22699f03c04ef741368f21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:31:13 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.0-46 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index 41e753a3b4..13426d5fac 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.0-45", + "version": "7.1.0-46", "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-45-Q16-HDRI-x64-dll.exe", - "hash": "d3e143d3f1cb5e735eb0289199911f454ea9e1cca1208eed0dd34966663e468e" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-46-Q16-HDRI-x64-dll.exe", + "hash": "bf1b556eb45706210de8814db9ea5303f34a96429d4ff4da19b3df399c2adebc" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-45-Q16-HDRI-x86-dll.exe", - "hash": "cf8751a403de96a3cecd2ccdd87851d03ef29a04a73cda304031e549e784ed9a" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-46-Q16-HDRI-x86-dll.exe", + "hash": "c1c8ab1b60d995281a82b706058a9e6a3460723c6df5346218fadefcf15868fe" } }, "innosetup": true,