2025-07-08 12:31:29 +00:00

25 lines
800 B
JSON

{
"version": "1.3.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.3.0/ncspot-v1.3.0-windows-x86_64.zip",
"hash": "652a7e67cb0123da1c98ce70b0f5a9189a5c7a25ba3532fbe558158684ccd9fb"
}
},
"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"
}
}
}