ScoopInstaller_Main/bucket/spicetify-cli.json
2024-03-12 12:30:44 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.34.0",
"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.34.0/spicetify-2.34.0-windows-x64.zip",
"hash": "eecc83c20acf6ce38980f1498ccf3e6cd44334a1b5bd7fef797e9251fc6948d0"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.34.0/spicetify-2.34.0-windows-x32.zip",
"hash": "d90b82b8aa8a3879c87a014d9e6c2e410ba9175e89c31cddc30af00e5d387dfa"
}
},
"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"
}
}
}
}