ScoopInstaller_Main/imagemagick.json
2016-04-18 23:40:22 -04: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-8",
"architecture": {
"64bit": {
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-8-portable-Q16-x64.zip",
"hash": "fe59dc22d6aeb3745bf15fbaedfa3999a423ffde68e6e0ffb791d19095bdbcdc"
},
"32bit": {
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-8-portable-Q16-x86.zip",
"hash": "da7a2bf113002bb8975f4d7ccb917fff2b048b743672f88ef5d0134d31d84088"
}
},
"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>"
}