ScoopInstaller_Main/bucket/imagemagick-lean.json
2023-01-31 16:30:04 +00:00

45 lines
1.6 KiB
JSON

{
"version": "7.1.0-60",
"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-60-portable-Q16-HDRI-x64.zip",
"hash": "1fb0a1978d03337899f62748f910197402e7b3759d2abbaad66c88aa6c2722ce"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-60-portable-Q16-HDRI-x86.zip",
"hash": "efb73f9072da54ac1243a2007c2c59fd4540ee95aad36aaf9d7a520a18505890"
}
},
"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/digest.rdf",
"reverse": true,
"regex": "ImageMagick-([\\d.-]+)-portable-Q16-HDRI-x64\\.zip"
},
"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"
}
}
}