mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
44 lines
1.7 KiB
JSON
44 lines
1.7 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://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-portable-Q16-HDRI-x64.zip",
|
|
"hash": "dabffdb5f4fa83b88cbb2c4eb339db4ffecb646cad63870c93d4858ec501feaa"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-portable-Q16-HDRI-x86.zip",
|
|
"hash": "35ca42943cc145d135deaa2b7e3da95ec8521fe39cc43aee0406869217b042bb"
|
|
}
|
|
},
|
|
"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://download.imagemagick.org/ImageMagick/download/binaries/?C=N;O=D",
|
|
"regex": "ImageMagick-([\\d.-]+)-portable-Q16-HDRI-x64\\.zip\\.asc"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-$version-portable-Q16-HDRI-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-$version-portable-Q16-HDRI-x86.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"mode": "rdf",
|
|
"url": "https://www.imagemagick.org/download/binaries/digest.rdf"
|
|
}
|
|
}
|
|
}
|