forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
baka-mplayer.json
38 lines (38 loc) · 1.22 KB
/
baka-mplayer.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
{
"homepage": "http://bakamplayer.u8sand.net/",
"description": "FOSS libmpv based multimedia player.",
"license": "GPL-2.0-only",
"version": "2.0.4",
"architecture": {
"64bit": {
"url": "https://github.com/u8sand/Baka-MPlayer/releases/download/v2.0.4/Baka-MPlayer.x86_64.zip",
"hash": "c76204883caa9cf046e90fec57901871519e4c94c4cdfab2648178625f6bc4da"
},
"32bit": {
"url": "https://github.com/u8sand/Baka-MPlayer/releases/download/v2.0.4/Baka-MPlayer.i686.zip",
"hash": "4c697251fe74a572816cd465b5a8398e020b22a305949bee46a31188461e4988"
}
},
"shortcuts": [
[
"Baka MPlayer.exe",
"Baka MPlayer"
]
],
"persist": [
"bakamplayer.ini"
],
"checkver": {
"github": "https://github.com/u8sand/Baka-MPlayer"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/u8sand/Baka-MPlayer/releases/download/v$version/Baka-MPlayer.x86_64.zip"
},
"32bit": {
"url": "https://github.com/u8sand/Baka-MPlayer/releases/download/v$version/Baka-MPlayer.i686.zip"
}
}
}
}