mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
51 lines
2.0 KiB
JSON
51 lines
2.0 KiB
JSON
{
|
|
"version": "7.1.1-26",
|
|
"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-26-Q16-HDRI-x64-dll.exe",
|
|
"hash": "8a5bc0cf0e4f421d12d2d2ccc7098c61f90aefdd8705c6cb7108d7379f8e7976"
|
|
},
|
|
"32bit": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-26-Q16-HDRI-x86-dll.exe",
|
|
"hash": "ae8f699d3523505c3b1a7c8626e4f958df1168685e161a0c3dd374bb207b30d3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-26-Q16-HDRI-arm64-dll.exe",
|
|
"hash": "ea3c08cc9e42acb9d62d8457cdd8733841c180d89e4fef84186bc32e39ec0ed3"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"env_set": {
|
|
"MAGICK_HOME": "$dir",
|
|
"MAGICK_CONFIGURE_PATH": "$dir",
|
|
"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.",
|
|
"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-$version-Q16-HDRI-x64-dll.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-x86-dll.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-arm64-dll.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"mode": "rdf",
|
|
"url": "https://imagemagick.org/archive/binaries/digest.rdf"
|
|
}
|
|
}
|
|
}
|