2024-05-10 16:28:48 +00:00

25 lines
800 B
JSON

{
"version": "1.1.1",
"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.1.1/ncspot-v1.1.1-windows-x86_64.zip",
"hash": "435002211b83954e62b791670dc0eb59cc9e74b357ac3909304287818cf518db"
}
},
"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"
}
}
}