2025-01-31 20:27:37 +00:00

25 lines
800 B
JSON

{
"version": "1.2.2",
"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/v1.2.2/ncspot-v1.2.2-windows-x86_64.zip",
"hash": "0c197712d83d947fa213d3fbcf89a4174501cd797c3a41d198a073e0f88f165d"
}
},
"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"
}
}
}