ScoopInstaller_Main/imagemagick.json
2016-08-25 23:52:49 +02:00

34 lines
1.0 KiB
JSON

{
"homepage": "http://www.imagemagick.org/script/index.php",
"license": "http://www.imagemagick.org/script/license.php",
"version": "7.0.2-9",
"architecture": {
"64bit": {
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-9-portable-Q16-x64.zip",
"hash": "d43764a0134bb4c4ede1ea55e561acfb0e246c55ddf2130440ba13b12c20954c"
},
"32bit": {
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-9-portable-Q16-x86.zip",
"hash": "ee28445b0a331c88d57744089dc2e1a202f41e0f84b41ae4054aff0397e5612a"
}
},
"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>"
}