ScoopInstaller_Main/imagemagick.json
Richard Kuhnt 0ea6098e02 Updates
* cmake
* ffmpeg
* git-lfs
* groovy
* imagemagick
* latex
* premake5
* rg
* youtube-dl
2017-01-15 15:05:03 +01:00

49 lines
1.5 KiB
JSON

{
"homepage": "https://www.imagemagick.org/script/index.php",
"license": "https://www.imagemagick.org/script/license.php",
"version": "7.0.4-4",
"architecture": {
"64bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-4-portable-Q16-x64.zip",
"hash": "72d3c7fa89d5ce6e0708528488a259e5954bb694cef6e8c8f90df4ffc68bade5"
},
"32bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-4-portable-Q16-x86.zip",
"hash": "76c2f5141b7c2f7b05cacaffd6910b0c51d59f262abefbd344a605c76038c104"
}
},
"depends": [
"ffmpeg"
],
"env_add_path": ".",
"bin": [
"compare.exe",
"composite.exe",
"conjure.exe",
"convert.exe",
"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"
}
}
}