ScoopInstaller_Main/imagemagick.json
monotykamary e349a8a32b Update ImageMagick to 7.0.1-2 (#841)
SHA-256 taken from 7zip;
magick.exe found in packages for both architectures
-> added magick.exe to shim
imagemagick manifest tested on external bucket (assumed no change to package file structure)

Unavailable links (6.9.3-8):
http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-8-portable-Q16-x64.zip
http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-8-portable-Q16-x86.zip

[Binary releases](http://www.imagemagick.org/download/binaries/) contain only latest modern and latest legacy version.
[Existing releases](http://www.imagemagick.org/download/windows/releases/) contain only versions to latest following 6.4.9-10 (all stopping at hotfix 10).
2016-05-09 09:28:36 +10:00

33 lines
1.0 KiB
JSON

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