ScoopInstaller_Main/bucket/spotify-player.json
2023-12-11 04:26:36 +00:00

26 lines
984 B
JSON

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