forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mpv.json
37 lines (37 loc) · 1.16 KB
/
mpv.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
{
"homepage": "https://mpv.io/",
"version": "2017-02-12",
"architecture": {
"64bit": {
"url": "https://mpv.srsfckn.biz/mpv-x86_64-20170212.7z",
"hash": "feaae01504ebd469817fa10602a4f1c01d0441a6eb9ed5be9940d55c6d322304"
},
"32bit": {
"url": "https://mpv.srsfckn.biz/mpv-i686-20170212.7z",
"hash": "160a590b97ce9c7ed0ac02a01b30dda46e94e4dc450cf667fc1fc9da342898c2"
}
},
"bin": [
"mpv.exe"
],
"suggest": {
"youtube-dl": [
"youtube-dl"
]
},
"notes": "To set up file type associations and AutoPlay handlers use https://github.com/rossy/mpv-install",
"checkver": {
"url": "https://mpv.srsfckn.biz/",
"re": "latest\">\\s+<td>(?<version>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2}))"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mpv.srsfckn.biz/mpv-x86_64-$matchYear$matchMonth$matchDay.7z"
},
"32bit": {
"url": "https://mpv.srsfckn.biz/mpv-i686-$matchYear$matchMonth$matchDay.7z"
}
}
}
}