generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbbdown.json
44 lines (44 loc) · 1.43 KB
/
bbdown.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
39
40
41
42
43
44
{
"version": "1.6.3",
"description": "一款命令行式哔哩哔哩下载器",
"homepage": "https://github.com/nilaoda/BBDown",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/nilaoda/BBDown/releases/download/1.6.3/BBDown_1.6.3_20240814_win-x64.zip",
"hash": "40f1e2af0d4e74df765c6f93d2e931f9bea201d5168d0bc62dc35a54b7e0ec02"
},
"arm64": {
"url": "https://github.com/nilaoda/BBDown/releases/download/1.6.3/BBDown_1.6.3_20240814_win-arm64.zip",
"hash": "da8fc9cbf1031f4c4ca97af82d98bbfd1bbc55bd8ea49602da8d3d1613c190ff"
}
},
"bin": [
[
"BBDown.exe",
"bbdown"
]
],
"suggest": {
"aria2": "main/aria2",
"mixer": [
"main/ffmpeg",
"main/ffmpeg-shared",
"main/gpac"
]
},
"checkver": {
"url": "https://api.github.com/repos/nilaoda/BBDown/releases/latest",
"regex": "BBDown_(?<v>v?)([\\d\\.]+)_(?<date>\\d+)_win"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nilaoda/BBDown/releases/download/$version/BBDown_$version_$matchDate_win-x64.zip"
},
"arm64": {
"url": "https://github.com/nilaoda/BBDown/releases/download/$version/BBDown_$version_$matchDate_win-arm64.zip"
}
}
}
}