ScoopInstaller_Main/imagemagick.json
2016-01-21 17:59:28 +01:00

32 lines
1.0 KiB
JSON

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