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

25 lines
800 B
JSON

{
"version": "0.9.7",
"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.7/ncspot-v0.9.7-windows-x86_64.zip",
"hash": "b1a33ec839b94f5c22d2e01541690a26384b221d9e824ee65c197c53e795f6d4"
}
},
"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"
}
}
}