ScoopInstaller_Main/bucket/imagemagick-lean.json
2022-10-16 18:46:01 +00:00

44 lines
1.6 KiB
JSON

{
"version": "7.1.0",
"description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
"homepage": "https://imagemagick.org/",
"license": "ImageMagick",
"architecture": {
"64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-portable-Q16-HDRI-x64.zip",
"hash": "f12d630fed9e20743a060cd166b5863088b9b2c0c64aad08bd7005b70e504165"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-portable-Q16-HDRI-x86.zip",
"hash": "245583d218bc89d251525b7029b81cc7b55a576df33320fb79f17dedb7ab788c"
}
},
"bin": [
"magick.exe",
"dcraw.exe",
"IMDisplay.exe"
],
"notes": [
"- This manifest contains the barebones ImageMagick installation.",
"- For appropriate programming DLLs and environment variables, install 'imagemagick' instead."
],
"checkver": {
"url": "https://imagemagick.org/archive/binaries/?C=N;O=D",
"regex": "ImageMagick-([\\d.-]+)-portable-Q16-HDRI-x64\\.zip\\.asc"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-portable-Q16-HDRI-x64.zip"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-portable-Q16-HDRI-x86.zip"
}
},
"hash": {
"mode": "rdf",
"url": "https://imagemagick.org/archive/binaries/digest.rdf"
}
}
}