bbdown: Add version 1.6.1 (#4924)

* BBDown: Add version 1.5.9

* Update to 1.6.1

---------

Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
This commit is contained in:
liuxsdev 2023-09-03 10:21:20 +08:00 committed by GitHub
parent 7964f3e898
commit ee79715e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

33
bucket/bbdown.json Normal file
View File

@ -0,0 +1,33 @@
{
"version": "1.6.1",
"description": "一款命令行式哔哩哔哩下载器. Bilibili Downloader.",
"homepage": "https://github.com/nilaoda/BBDown",
"license": "MIT",
"depends": "ffmpeg",
"architecture": {
"64bit": {
"url": "https://github.com/nilaoda/BBDown/releases/download/1.6.1/BBDown_1.6.1_20230818_win-x64.zip",
"hash": "bc3af8f677c8775b8d8e37ae1b35783d820a94c41d2a89bb330a946ca3e1fcaf"
},
"arm64": {
"url": "https://github.com/nilaoda/BBDown/releases/download/1.6.1/BBDown_1.6.1_20230818_win-arm64.zip",
"hash": "a86dfe76d9c8a526c39a518f6958da2036dbc5644330afbf75d7fa10bccabc57"
}
},
"bin": "BBDown.exe",
"checkver": {
"url": "https://api.github.com/repos/nilaoda/BBDown/releases",
"jsonpath": "$[0].assets",
"regex": "BBDown_(?<version>[\\d.]+)_(?<date>[\\d]+)_win-x64.zip"
},
"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"
}
}
}
}