mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41:19 +00:00
25 lines
800 B
JSON
25 lines
800 B
JSON
{
|
|
"version": "1.1.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/v1.1.2/ncspot-v1.1.2-windows-x86_64.zip",
|
|
"hash": "72835abb711aa2b9201aceb20998480b375ee5add101620eb0d8f8f4fc38ae8a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|