mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"version": "7.1.0-62",
|
|
"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-62-portable-Q16-HDRI-x64.zip",
|
|
"hash": "aff40361523a9d0057df6bea6086929a268dda98b2e097f35f165209fa19f055"
|
|
},
|
|
"32bit": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-62-portable-Q16-HDRI-x86.zip",
|
|
"hash": "d743b0a5466f5387c162c52ed9fc27387f1cac6000bf83ef632edc78300d666d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|