ScoopInstaller_Main/bucket/spotify-player.json
2025-07-28 00:46:15 +00:00

26 lines
984 B
JSON

{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"version": "0.20.7",
"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.20.7/spotify_player-x86_64-pc-windows-msvc.zip",
"hash": "5e61656fca86dc0a171cfc51b5a057de59493916c1f3fe536358c1e271fcc6a6"
}
},
"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"
}
}
}
}
}