ScoopInstaller_Main/bucket/imagemagick.json
Rukchad Wongprayoon 4519a8e418
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>
2022-12-12 14:00:27 +05:30

48 lines
2.0 KiB
JSON

{
"version": "7.1.0-54",
"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-54-Q16-HDRI-x64-dll.exe",
"hash": "886cb6b49e0fe5944c21f53038efb8294dc8a1349e8d1b845bd6450965ba3bdb"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-54-Q16-HDRI-x86-dll.exe",
"hash": "2e2ead9d8bc6758a7ead39a099b10f5a48d357454b0577774925ef82fc49a03b"
}
},
"innosetup": true,
"env_set": {
"MAGICK_HOME": "$dir",
"MAGICK_CONFIGURE_PATH": "$dir",
"MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders"
},
"env_add_path": ".",
"post_install": "Rename-Item $dir\\ffmpeg.exe $dir\\ffmpeg.exe.old",
"notes": [
"- The bundled ffmpeg has been renamed to 'ffmpeg.exe.old' to prevent conflict with a standalone ffmpeg installation - if you need it for ImageMagick tools, rename it back to 'ffmpeg.exe'.",
"- '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,
"regex": "ImageMagick-([\\d.-]+)-Q16-HDRI-x64-dll\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$matchHead$matchTail-Q16-HDRI-x64-dll.exe"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$matchHead$matchTail-Q16-HDRI-x86-dll.exe"
}
},
"hash": {
"mode": "rdf",
"url": "https://imagemagick.org/archive/binaries/digest.rdf"
}
}
}