mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
imagemagick-lean: Add version 7.1.0
This commit is contained in:
parent
06c40d0bae
commit
35caed132d
43
bucket/imagemagick-lean.json
Normal file
43
bucket/imagemagick-lean.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"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": "2becafb53b4124f3a769bcf19d5fee1625253fc45db9b55292a707445948ea4f"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-portable-Q16-HDRI-x86.zip",
|
||||
"hash": "fcecfb36964db2d8c081ce311ddb950773a4c7b7bb343113285f670818d567a3"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user