mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"version": "7.1.0-7",
|
|
"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-portable-Q16-x64.zip",
|
|
"hash": "41c8e841f7a5f077bc965f24598b900156a794be7d0c5fd87988b078ecf0c2c9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.1.0-portable-Q16-x86.zip",
|
|
"hash": "18361c2861e26b456055d732b2bda38724653fcff7d2a2bb5f569e345499adf2"
|
|
}
|
|
},
|
|
"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.*?>([\\d.p-]+)</a>",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-$matchHead-portable-Q16-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-$matchHead-portable-Q16-x86.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"mode": "rdf",
|
|
"url": "https://www.imagemagick.org/download/binaries/digest.rdf"
|
|
}
|
|
}
|
|
}
|