diff --git a/bucket/bbdown.json b/bucket/bbdown.json new file mode 100644 index 0000000000..b2a40a3ad9 --- /dev/null +++ b/bucket/bbdown.json @@ -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_(?[\\d.]+)_(?[\\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" + } + } + } +}