ScoopInstaller_Main/imagemagick.json
Vladimir Safin 516bfd95e2 New ImageMagick version was releasd
Old version returns 404 now when scoop attempts to download zip file
2016-01-25 18:10:53 -05: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-2-portable-Q16-x64.zip",
"hash": "7a7434ba0dae738db22e90eb96961737027850243cec92e9334dd6266041ca5e"
},
"32bit": {
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-2-portable-Q16-x86.zip",
"hash": "d5ec5a47c0def5c0a73e242ceccf127bc3159bbf0f5755f0eca790e259bae905"
}
},
"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>"
}