mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"homepage": "https://www.imagemagick.org/script/index.php",
|
|
"license": "https://www.imagemagick.org/script/license.php",
|
|
"version": "7.0.7-27",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-27-portable-Q16-x64.zip",
|
|
"hash": "0161f34944f5da82a4925b03e7005c7c80f3ecc6f6cfde1f920c95b987a8b3d3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-27-portable-Q16-x86.zip",
|
|
"hash": "b0c193b2f6d87d670691f06747b25593beb722b86d28ab05dfb2a05a0dccf3b0"
|
|
}
|
|
},
|
|
"depends": [
|
|
"ffmpeg"
|
|
],
|
|
"env_add_path": ".",
|
|
"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"
|
|
}
|
|
}
|
|
}
|