From 1f34a3261edc7510dce18ec12edbcded69c5f8eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 00:32:36 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.1-23 --- bucket/imagemagick.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index c5965b9895..7c4665b9c5 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,20 +1,20 @@ { - "version": "7.1.1-22", + "version": "7.1.1-23", "description": "Create, edit, compose, and convert 200+ bitmap image formats.", "homepage": "https://imagemagick.org/", "license": "ImageMagick", "architecture": { "64bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-22-Q16-HDRI-x64-dll.exe", - "hash": "32b59aa2c5fc23d86b05fd174bf0ef39cb98d49c46d0af06a18c2823d7053dfc" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-23-Q16-HDRI-x64-dll.exe", + "hash": "4007c1c6a9e50c20457e7b40fabf3b4bab3b09e8ede837ed7af75e1fdbf3ada6" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-22-Q16-HDRI-x86-dll.exe", - "hash": "a784683c1b126bfed29d85456d9eb5395909129697bd807ef0aae96906ab3689" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-23-Q16-HDRI-x86-dll.exe", + "hash": "acd6ce07e18526aa6e1ba75495c118e366c4dba2cb001d1b84b90aa267296645" }, "arm64": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-22-Q16-HDRI-arm64-dll.exe", - "hash": "6bd164894c44018f2a987e3178800c8731a0e21b213f319cf33979c816e09d8c" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-23-Q16-HDRI-arm64-dll.exe", + "hash": "aee3026324e542cd75093c1aa92fc23bdb801dbb38c5dfff2407264ee86fcf76" } }, "innosetup": true, @@ -24,9 +24,7 @@ "MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders" }, "env_add_path": ".", - "notes": [ - "'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility). Use 'magick convert ...' instead." - ], + "notes": "'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility). Use 'magick convert ...' instead.", "checkver": { "url": "https://imagemagick.org/archive/binaries/digest.rdf", "reverse": true,