2025-08-25 16:30:25 +00:00

25 lines
800 B
JSON

{
"version": "1.3.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.3.1/ncspot-v1.3.1-windows-x86_64.zip",
"hash": "60b17f9e80f880bb9ba11463fad9ad5f623f5f356457169c0f7d793163f8a777"
}
},
"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"
}
}
}