mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
25 lines
803 B
JSON
25 lines
803 B
JSON
{
|
|
"version": "0.11.2",
|
|
"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.11.2/ncspot-v0.11.2-windows-x86_64.zip",
|
|
"hash": "9312372f28be02d193b42cd1538bc3d65c443d6491e2e605767a8e376b87bcf1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|