mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"homepage": "https://imagemagick.org/",
|
|
"description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
|
|
"license": "ImageMagick",
|
|
"version": "7.0.9-10",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.9-10-portable-Q16-x64.zip",
|
|
"hash": "2fcc2b0925570ae041454edcbc8c7b296ba05afc2c5c37e3dd8713c774896647"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.9-10-portable-Q16-x86.zip",
|
|
"hash": "8bba6b3f0794bd5014ab8808c2327989f4235327baf5e6f1e15bd441ca6cfe52"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|