ScoopInstaller_Main/bucket/spicetify-cli.json
2025-09-17 20:28:19 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.42.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/spicetify/cli/releases/download/v2.42.0/spicetify-2.42.0-windows-x64.zip",
"hash": "066c4cd86eba022699da315cd361f6907d960fc4c5a52fd4ecaa2819d920c59b"
},
"32bit": {
"url": "https://github.com/spicetify/cli/releases/download/v2.42.0/spicetify-2.42.0-windows-x32.zip",
"hash": "ae1159c2919b39fb98a21591339f766cb3f5a515e3c51186371cd704d056bba2"
}
},
"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"
}
}
}
}