2022-03-09 00:33:11 +00:00

25 lines
800 B
JSON

{
"version": "0.9.6",
"description": "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.9.6/ncspot-v0.9.6-windows-x86_64.zip",
"hash": "df800b05775950c35244fafa12af34a7600299a664f8b8a8e43a768181b5031d"
}
},
"bin": "ncspot.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hrkfdn/ncspot/releases/download/v$version/ncspot-v$version-windows-x86_64.zip"
}
},
"hash": {
"url": "$baseurl/ncspot-v$version-windows-x86_64.sha256"
}
}
}