ScoopInstaller_Main/bucket/spicetify-cli.json
2025-05-19 00:42:43 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.40.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/spicetify/cli/releases/download/v2.40.8/spicetify-2.40.8-windows-x64.zip",
"hash": "c7e60e7c02110c704e4098545cd20c1f501140e7b885ee0ea16782c0011eac37"
},
"32bit": {
"url": "https://github.com/spicetify/cli/releases/download/v2.40.8/spicetify-2.40.8-windows-x32.zip",
"hash": "4fa5f97b8598019f32e2e60c0d2ece2037e5121a6a8743efb4f99aab123e7024"
}
},
"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"
}
}
}
}