mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
imagemagick: Update to version 7.1.0-6
This commit is contained in:
parent
2e7453ec37
commit
7f3cba4556
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "7.1.0-5",
|
"version": "7.1.0-6",
|
||||||
"description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
|
"description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
|
||||||
"homepage": "https://imagemagick.org/",
|
"homepage": "https://imagemagick.org/",
|
||||||
"license": "ImageMagick",
|
"license": "ImageMagick",
|
||||||
"depends": "ffmpeg",
|
"depends": "ffmpeg",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.1.0-5-portable-Q16-x64.zip",
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.1.0-portable-Q16-x64.zip",
|
||||||
"hash": "3ebab672e9b06a5c259254ddd270fb796ab05836606eb7b3e134060a0c677897"
|
"hash": "8c52c289de93894688281027f8f84eaffff8188f7b2f6a83223a08ba5e1b6750"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.1.0-5-portable-Q16-x86.zip",
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.1.0-portable-Q16-x86.zip",
|
||||||
"hash": "6317eadfafd770f493272e1e92cf1d814c87da21ec54398f08a2837f4d26ec00"
|
"hash": "89e5493ee7a4fc3c8c853193e76ac66aaccecce35c8156b78216f72b54583feb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -31,14 +31,14 @@
|
|||||||
"montage.exe",
|
"montage.exe",
|
||||||
"stream.exe"
|
"stream.exe"
|
||||||
],
|
],
|
||||||
"checkver": "The current release is ImageMagick <a.*?>([0-9\\.p-]+)</a>",
|
"checkver": "The current release is ImageMagick <a.*?>([\\d.p-]+)</a>",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-$version-portable-Q16-x64.zip"
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-$matchHead-portable-Q16-x64.zip"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-$version-portable-Q16-x86.zip"
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-$matchHead-portable-Q16-x86.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user