-
-
Notifications
You must be signed in to change notification settings - Fork 994
/
Copy pathopus-tools.json
35 lines (35 loc) · 1.18 KB
/
opus-tools.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
{
"version": "0.2-opus-1.3",
"description": "Command-line utilities to encode, inspect, and decode .opus files.",
"homepage": "https://www.opus-codec.org/",
"license": "BSD-2-Clause|GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://archive.mozilla.org/pub/opus/win64/opus-tools-0.2-opus-1.3-win64.zip",
"hash": "a892bd29358e142fa756da6bfcaea2faadc0f82ee1947d9eb2cecd208f1b873f"
},
"32bit": {
"url": "https://archive.mozilla.org/pub/opus/win32/opus-tools-0.2-opus-1.3.zip",
"hash": "a1ae3c806adee9b008348166251f938dd7774ba6987d392187202b11d1152e90"
}
},
"bin": [
"opusenc.exe",
"opusdec.exe",
"opusinfo.exe"
],
"checkver": {
"url": "https://www.opus-codec.org/downloads/",
"regex": "opus-tools-([\\w-.]+)\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://archive.mozilla.org/pub/opus/win64/opus-tools-$version-win64.zip"
},
"32bit": {
"url": "https://archive.mozilla.org/pub/opus/win32/opus-tools-$version.zip"
}
}
}
}