mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
25 lines
803 B
JSON
25 lines
803 B
JSON
{
|
|
"version": "0.12.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/v0.12.0/ncspot-v0.12.0-windows-x86_64.zip",
|
|
"hash": "2e8edd826d57b0dda69a5fe9e3e3d40add6b221c65d1fcfca406d77f103a5d2c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|