mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 22:34:41 +00:00
25 lines
892 B
JSON
25 lines
892 B
JSON
{
|
|
"version": "0.22.1",
|
|
"description": "A Spotify player in the terminal with full feature parity",
|
|
"homepage": "https://github.com/aome510/spotify-player",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aome510/spotify-player/releases/download/v0.22.1/spotify_player-x86_64-pc-windows-msvc.zip",
|
|
"hash": "62ccd69ad9e9c27bd04595644ea14c3caac5ff69887794f24d26bb89e43effa8"
|
|
}
|
|
},
|
|
"bin": "spotify_player.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aome510/spotify-player/releases/download/v$version/spotify_player-x86_64-pc-windows-msvc.zip",
|
|
"hash": {
|
|
"url": "$baseurl/spotify_player-x86_64-pc-windows-msvc.sha256"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|