forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
imagemagick-ffmpeg.json
49 lines (49 loc) · 1.66 KB
/
imagemagick-ffmpeg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"homepage": "https://imagemagick.org/",
"description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
"license": "ImageMagick",
"version": "7.1.0-37",
"architecture": {
"64bit": {
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-portable-Q16-x64.zip",
"hash": "4a8fb827864f0a007c802f5bc6ea56dc5c9c5462a96b492f8fbf03a0ff2b399f"
},
"32bit": {
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-portable-Q16-x86.zip",
"hash": "7cf328b08e06286e604506bcf24242d27ddf6545d57a05c9f36849ff1d69067e"
}
},
"bin": [
"compare.exe",
"composite.exe",
"conjure.exe",
"convert.exe",
[
"convert.exe",
"imconvert"
],
"dcraw.exe",
"ffmpeg.exe",
"identify.exe",
"IMDisplay.exe",
"magick.exe",
"mogrify.exe",
"montage.exe",
"stream.exe"
],
"checkver": "The current release is ImageMagick <a.*?>([0-9\\.p-]+)</a>",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-$matchHead-portable-Q16-x64.zip"
},
"32bit": {
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-$matchHead-portable-Q16-x86.zip"
}
},
"hash": {
"mode": "rdf",
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/digest.rdf"
}
}
}