ScoopInstaller_Main/bucket/spotify-player.json
2024-04-27 00:33:23 +00:00

26 lines
984 B
JSON

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