ImageMagick: Update to version 7.1.0-54 (#4216)

* imagemagick: Update to version 7.1.0-54

* imagemagick-lean: Update to version 7.1.0-54

* Update imagemagick-lean.json

* Update imagemagick.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Rukchad Wongprayoon 2022-12-12 15:30:27 +07:00 committed by GitHub
parent 1b73b3ad55
commit 4519a8e418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 14 deletions

View File

@ -1,16 +1,16 @@
{ {
"version": "7.1.0-53", "version": "7.1.0-54",
"description": "Create, edit, compose, and convert 200+ of bitmap images formats.", "description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
"homepage": "https://imagemagick.org/", "homepage": "https://imagemagick.org/",
"license": "ImageMagick", "license": "ImageMagick",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-53-portable-Q16-HDRI-x64.zip", "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-54-portable-Q16-HDRI-x64.zip",
"hash": "2d172187ffad6ecb4bf5a6acae97ff4fc97e6f796077c0c828701e060759e660" "hash": "54e0a14e34867ef19832fe5da336e7f3737df104de5432e4e86742b7013758fd"
}, },
"32bit": { "32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-53-portable-Q16-HDRI-x86.zip", "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-54-portable-Q16-HDRI-x86.zip",
"hash": "e072d9b87f8facfa659742c113fd27d07154c0758497300dffa1b829ba933efe" "hash": "211e16b73777e23a229aa7178b0eb287815936920f9674a27726fd9e4642ae1f"
} }
}, },
"bin": [ "bin": [
@ -23,8 +23,9 @@
"- For appropriate programming DLLs and environment variables, install 'imagemagick' instead." "- For appropriate programming DLLs and environment variables, install 'imagemagick' instead."
], ],
"checkver": { "checkver": {
"url": "https://imagemagick.org/archive/binaries/?C=N;O=D", "url": "https://imagemagick.org/archive/binaries/digest.rdf",
"regex": "ImageMagick-([\\d.-]+)-portable-Q16-HDRI-x64\\.zip\\.asc" "reverse": true,
"regex": "ImageMagick-([\\d.-]+)-portable-Q16-HDRI-x64\\.zip"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {

View File

@ -1,16 +1,16 @@
{ {
"version": "7.1.0-53", "version": "7.1.0-54",
"description": "Create, edit, compose, and convert 200+ of bitmap images formats.", "description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
"homepage": "https://imagemagick.org/", "homepage": "https://imagemagick.org/",
"license": "ImageMagick", "license": "ImageMagick",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-53-Q16-HDRI-x64-dll.exe", "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-54-Q16-HDRI-x64-dll.exe",
"hash": "f11dd8ff1651ff63fe29566eb8b21aaa56cd59da053f03fc78d320cd45a602c4" "hash": "886cb6b49e0fe5944c21f53038efb8294dc8a1349e8d1b845bd6450965ba3bdb"
}, },
"32bit": { "32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-53-Q16-HDRI-x86-dll.exe", "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-54-Q16-HDRI-x86-dll.exe",
"hash": "76491d76fad6b369be23d943baa6b06926ff1befa55b87e8af2d389543a46bd0" "hash": "2e2ead9d8bc6758a7ead39a099b10f5a48d357454b0577774925ef82fc49a03b"
} }
}, },
"innosetup": true, "innosetup": true,
@ -26,8 +26,9 @@
"- 'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility). Use 'magick convert ...' instead." "- 'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility). Use 'magick convert ...' instead."
], ],
"checkver": { "checkver": {
"url": "https://imagemagick.org/archive/binaries/?C=N;O=D", "url": "https://imagemagick.org/archive/binaries/digest.rdf",
"regex": "ImageMagick-([\\d.-]+)-Q16-HDRI-x64-dll\\.exe\\.asc" "reverse": true,
"regex": "ImageMagick-([\\d.-]+)-Q16-HDRI-x64-dll\\.exe"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {