ScoopInstaller_Main/imagemagick.json
2016-12-30 14:01:11 -08:00

33 lines
1.0 KiB
JSON

{
"homepage": "https://www.imagemagick.org/script/index.php",
"license": "https://www.imagemagick.org/script/license.php",
"version": "7.0.4-0",
"architecture": {
"64bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-0-portable-Q16-x64.zip",
"hash": "f44f0f85c49cb844c171788328dfd02415315470c8ce498e890aeef163a8697f"
},
"32bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-0-portable-Q16-x86.zip",
"hash": "11e75283a12d99cd270f6af03b2b197caf4b43b17e557e6c2cd73e0c6062f638"
}
},
"env_add_path": ".",
"bin": [
"compare.exe",
"composite.exe",
"conjure.exe",
"convert.exe",
"dcraw.exe",
"ffmpeg.exe",
"hp2xx.exe",
"identify.exe",
"IMDisplay.exe",
"magick.exe",
"mogrify.exe",
"montage.exe",
"stream.exe"
],
"checkver": "The current release is ImageMagick <a.*?>([0-9\\.p-]+)</a>"
}