-
Notifications
You must be signed in to change notification settings - Fork 0
/
lavfilters.json
27 lines (27 loc) · 1.07 KB
/
lavfilters.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
{
"homepage": "https://github.com/Nevcairiel/LAVFilters",
"description": "LAV Filters - Open-Source DirectShow Media Splitter and Decoders",
"version": "0.79.2",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/Nevcairiel/LAVFilters/releases/download/0.79.2/LAVFilters-0.79.2-x64.zip",
"hash": "b48b8d1cff22cdf5ad0730aefc53c595aa4068cd76649725b5b008d1dd073c02"
},
"32bit": {
"url": "https://github.com/Nevcairiel/LAVFilters/releases/download/0.79.2/LAVFilters-0.79.2-x86.zip",
"hash": "489fa876fd160f7ebaf7f0f3d776bac37e510ca8db1a051ce604eea08b2cebae"
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Nevcairiel/LAVFilters/releases/download/$version/LAVFilters-$version-x64.zip"
},
"32bit": {
"url": "https://github.com/Nevcairiel/LAVFilters/releases/download/$version/LAVFilters-$version-x86.zip"
}
}
}
}