ncspot: Add version 0.8.2 (#2683)

This commit is contained in:
Rashil Gandhi 2021-09-18 21:09:24 +05:30 committed by GitHub
parent 29eb445b1c
commit f391403788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/ncspot.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.8.2",
"description": "Cross-platform ncurses Spotify client written in Rust",
"homepage": "https://github.com/hrkfdn/ncspot",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/hrkfdn/ncspot/releases/download/v0.8.2/ncspot-v0.8.2-windows.zip",
"hash": "7339472e5785c78fa5d8ebb5775504ec81e27088722bd76bd5a542eb12297181"
}
},
"bin": "ncspot.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hrkfdn/ncspot/releases/download/v$version/ncspot-v$version-windows.zip"
}
}
}
}