2024-03-05 12:30:27 +00:00

25 lines
803 B
JSON

{
"version": ".1.1.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/v.1.1.0/ncspot-v.1.1.0-windows-x86_64.zip",
"hash": "dcfe4eb4a8109dd3be3bc83b9394fdfb7ca2903eb595683499f2dd1f1ae13ec2"
}
},
"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"
}
}
}