2023-12-17 00:32:39 +00:00

25 lines
800 B
JSON

{
"version": "1.0.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.0.0/ncspot-v1.0.0-windows-x86_64.zip",
"hash": "221817745908e035b7e82352f468a1ed77449dc37ba6492b380f54263a0204e1"
}
},
"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"
}
}
}