mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"version": "7.1.0-4",
|
|
"description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
|
|
"homepage": "https://imagemagick.org/",
|
|
"license": "ImageMagick",
|
|
"depends": "ffmpeg",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.1.0-4-portable-Q16-x64.zip",
|
|
"hash": "7e7d9044da0b81ba90ec546bd648829398be84d35f784515d72bdf3c609a124e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.1.0-4-portable-Q16-x86.zip",
|
|
"hash": "72a85199f0f579cd18d33e520b094b0ad36d0b2b80a98670dfaea2c98b12d1fa"
|
|
}
|
|
},
|
|
"bin": [
|
|
"compare.exe",
|
|
"composite.exe",
|
|
"conjure.exe",
|
|
"convert.exe",
|
|
[
|
|
"convert.exe",
|
|
"imconvert"
|
|
],
|
|
"dcraw.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"
|
|
}
|
|
}
|
|
}
|