ScoopInstaller_Main/bucket/imagemagick.json
Issac Lin 5c28235366
imagemagick@7.1.0-11: Fix hash (#2810)
* imagemagick@7.1.0-11: Fix hash

* Fix typo
2021-10-25 11:13:36 +05:30

50 lines
1.6 KiB
JSON

{
"version": "7.1.0-11",
"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": "897796139e00f1c694416a335239e622f08b6dd17a9c700d90aa1cbee2bf2fc8"
},
"32bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.1.0-portable-Q16-x86.zip",
"hash": "6ae37cb95b8e79cf905470a47fa747c8505ca801ffae5fcc74399072442f997f"
}
},
"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"
}
}
}