2024-10-16 00:35:04 +00:00

25 lines
800 B
JSON

{
"version": "1.2.0",
"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.0/ncspot-v1.2.0-windows-x86_64.zip",
"hash": "205e5a2b6e6741393d77dbdfdf811268ab6936b943e13bf2afbfe5a73c4b6d80"
}
},
"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"
}
}
}