mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
52 lines
2.0 KiB
JSON
52 lines
2.0 KiB
JSON
{
|
|
"version": "7.1.1-10",
|
|
"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-10-portable-Q16-HDRI-x64.zip",
|
|
"hash": "5f62aea9f91b417c32fd3ad8840fc9737a16e954c66b1a4dd408dc2192ff74f3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-10-portable-Q16-HDRI-x86.zip",
|
|
"hash": "ddbe48d45ccfd285a9ab38bcc61f319db81d5952d27ac6b9aa41c1bd32802467"
|
|
},
|
|
"arm64": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-10-portable-Q16-HDRI-arm64.zip",
|
|
"hash": "e7a51c78226da952eb81678812bbd62c0d73f677c5d07763c450065e2dd70528"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|