ScoopInstaller_Main/bucket/spicetify-cli.json
2022-08-22 16:30:09 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.12.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.12.0/spicetify-2.12.0-windows-x64.zip",
"hash": "b837169962af77f8abd2d59faa28fcb2fe6b8648553b78702ca47437b8d4db3b"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.12.0/spicetify-2.12.0-windows-x32.zip",
"hash": "7ed5c4ecc457449abdd801d6c62ce9d7dacbb49459c7dfd87a38f991425f674b"
}
},
"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"
}
}
}
}