ScoopInstaller_Main/imagemagick.json
Michal Vlasák ad3c122038 Change imagemagick to not add its directory to PATH. Fix #2275 (#2327)
Imagemagick doesn't need to be added to PATH because all its .exe files
are already shimmed.
2018-06-25 20:59:42 +02:00

52 lines
1.5 KiB
JSON

{
"homepage": "https://www.imagemagick.org/script/index.php",
"license": "ImageMagick",
"version": "7.0.8-3",
"architecture": {
"64bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.8-3-portable-Q16-x64.zip",
"hash": "afa2201e7b786b4cf7644efca38f130390368efed6c5f8c27f85e8d9c891c68b"
},
"32bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.8-3-portable-Q16-x86.zip",
"hash": "c040d7ab23b3b66abaeda737983e2d4c31f7248a7d6c2e2e143015f385d2cc14"
}
},
"depends": [
"ffmpeg"
],
"bin": [
"compare.exe",
"composite.exe",
"conjure.exe",
"convert.exe",
[
"convert.exe",
"imconvert"
],
"dcraw.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>",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-$version-portable-Q16-x64.zip"
},
"32bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-$version-portable-Q16-x86.zip"
}
},
"hash": {
"mode": "rdf",
"url": "https://www.imagemagick.org/download/binaries/digest.rdf"
}
}
}