2024-10-31 20:28:01 +00:00

25 lines
800 B
JSON

{
"version": "1.2.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.2.1/ncspot-v1.2.1-windows-x86_64.zip",
"hash": "c679b2148dc5f539adad7015a16ba6b988ac15b124dcec3393e803e5268d379c"
}
},
"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"
}
}
}