ScoopInstaller_Main/bucket/imagemagick.json
2020-12-24 16:01:47 +00:00

50 lines
1.6 KiB
JSON

{
"version": "7.0.10-53",
"description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
"homepage": "https://imagemagick.org/",
"license": "ImageMagick",
"depends": "ffmpeg",
"architecture": {
"64bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.10-53-portable-Q16-x64.zip",
"hash": "6b16d20c9748a68e7e8895fc701902d80ea0333b5fc0ca4111010ba8bcca9ce8"
},
"32bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.10-53-portable-Q16-x86.zip",
"hash": "b026adab77410c1a96ffb44dd2e5b1e536443476f25b4424f98bfc0538447bb8"
}
},
"bin": [
"compare.exe",
"composite.exe",
"conjure.exe",
"convert.exe",
[
"convert.exe",
"imconvert"
],
"dcraw.exe",
"identify.exe",
"IMDisplay.exe",
"magick.exe",
"mogrify.exe",
"montage.exe",
"stream.exe"
],
"checkver": "The current release is ImageMagick <a.*?>([0-9\\.p-]+)</a>",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-$version-portable-Q16-x64.zip"
},
"32bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-$version-portable-Q16-x86.zip"
}
},
"hash": {
"mode": "rdf",
"url": "https://www.imagemagick.org/download/binaries/digest.rdf"
}
}
}