mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
26 lines
984 B
JSON
26 lines
984 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
|
|
"version": "0.17.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.17.2/spotify_player-x86_64-pc-windows-msvc.zip",
|
|
"hash": "8ef6af3ab8b654ce4eb50ca863af3f8a10338e0ca02bc1cc5704a124c8d10b12"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|