ScoopInstaller_Main/bucket/spicetify-cli.json
2024-09-09 04:28:56 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.38.2",
"description": "Tool for customizing the Spotify client.",
"homepage": "https://spicetify.app/",
"license": "LGPL-2.1-only",
"notes": "Make sure to set 'spotify_path' to the directory of your Spotify installation in the Spicetify config",
"suggest": {
"Spotify": "extras/spotify"
},
"architecture": {
"64bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.38.2/spicetify-2.38.2-windows-x64.zip",
"hash": "533f748d04cc78e1a933cfd726eb621f3fa8a83c12d919e135a865ef86eb2c97"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.38.2/spicetify-2.38.2-windows-x32.zip",
"hash": "e466a2d0610f59e2b76c61fe75b2f3af46a49c5111cfec042cddf49edc43a45d"
}
},
"bin": "spicetify.exe",
"checkver": {
"github": "https://github.com/khanhas/spicetify-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v$version/spicetify-$version-windows-x64.zip"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v$version/spicetify-$version-windows-x32.zip"
}
}
}
}