mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 23:41:28 +00:00
25 lines
803 B
JSON
25 lines
803 B
JSON
{
|
|
"version": "0.10.1",
|
|
"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.10.1/ncspot-v0.10.1-windows-x86_64.zip",
|
|
"hash": "fa96ad9460cbcad01fb57c8e49bc44f827b4cce82bfb9106cc6c218584ffe478"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|