ScoopInstaller_Main/bucket/spicetify-cli.json
2026-03-01 16:30:27 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.42.13",
"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/spicetify/cli/releases/download/v2.42.13/spicetify-2.42.13-windows-x64.zip",
"hash": "be17169313f53a6c8792ea58ca8585528f1d50b282854ea58fdffc18787428b2"
},
"32bit": {
"url": "https://github.com/spicetify/cli/releases/download/v2.42.13/spicetify-2.42.13-windows-x32.zip",
"hash": "e341d4bb09fde7bcb895621520500e6c5881eb8ad7fe882d2ed65c586ecdec08"
}
},
"bin": "spicetify.exe",
"checkver": {
"github": "https://github.com/spicetify/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/spicetify/cli/releases/download/v$version/spicetify-$version-windows-x64.zip"
},
"32bit": {
"url": "https://github.com/spicetify/cli/releases/download/v$version/spicetify-$version-windows-x32.zip"
}
}
}
}