mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
52 lines
2.0 KiB
JSON
52 lines
2.0 KiB
JSON
{
|
|
"version": "7.1.1-12",
|
|
"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-12-portable-Q16-HDRI-x64.zip",
|
|
"hash": "fb49ebd64801a31abd59bf62f54ea2c24b684ca53f8e6991a0854e1e1575ece0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-12-portable-Q16-HDRI-x86.zip",
|
|
"hash": "73e384cd68105934968fc98dd9f48e915b7200f7c8194bc63961a3e70879701d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-12-portable-Q16-HDRI-arm64.zip",
|
|
"hash": "0911eab0759aca153ebfd5191af5710f419d90dc5a0f2952febfa788dd58752b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|