mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
52 lines
2.0 KiB
JSON
52 lines
2.0 KiB
JSON
{
|
|
"version": "7.1.1-8",
|
|
"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.1-8-portable-Q16-HDRI-x64.zip",
|
|
"hash": "3a3faf84e11d8cbcecf8fbcd77e5bda77a937f2003324e1aac2b299fbb764d1f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-8-portable-Q16-HDRI-x86.zip",
|
|
"hash": "47b94ccf550c823f38cc04d9f4754348f27acd475eb1a2623f7aba68f4d295fd"
|
|
},
|
|
"arm64": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-8-portable-Q16-HDRI-arm64.zip",
|
|
"hash": "5502a089b757958c27e739f76e76fc463be3ba1ac75d55b28c9a40f6d2dc9000"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-portable-Q16-HDRI-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"mode": "rdf",
|
|
"url": "https://imagemagick.org/archive/binaries/digest.rdf"
|
|
}
|
|
}
|
|
}
|