-
-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathlavfilters.json
27 lines (27 loc) · 1.06 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": "Open-Source DirectShow Media Splitter and Decoders",
"version": "0.74.1",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/Nevcairiel/LAVFilters/releases/download/0.74.1/LAVFilters-0.74.1-x64.zip",
"hash": "af87187386028aae1606604a062d63c8af7eeef5fe5b9c85e50ed675efebeeb9"
},
"32bit": {
"url": "https://github.com/Nevcairiel/LAVFilters/releases/download/0.74.1/LAVFilters-0.74.1-x86.zip",
"hash": "c0bb047cca8687b5a501af09f7a8a91048d1c0ea6673b67be8be50b361ba9c46"
}
},
"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"
}
}
}
}