ScoopInstaller_Main/bucket/spicetify-cli.json
2022-04-29 12:33:18 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.9.8",
"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.9.8/spicetify-2.9.8-windows-x64.zip",
"hash": "4f62a90fd648717ab41ba4abf5cb6a11640acaeddc882e6cd5a5374e8a2f0b67"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.9.8/spicetify-2.9.8-windows-x32.zip",
"hash": "c890a04d6e5cd1fac39f6eaf9e38df11ee398e4a46ebe230c7fa12cd1b285c90"
}
},
"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"
}
}
}
}