ScoopInstaller_Main/bucket/spicetify-cli.json
2023-10-25 20:24:11 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.25.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.25.0/spicetify-2.25.0-windows-x64.zip",
"hash": "476d1adc18336c31a97cd7742984c2e57981f6956b7866ff2a4ec627c68752a6"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.25.0/spicetify-2.25.0-windows-x32.zip",
"hash": "5aad8638f04a40705fb39630d870ec315c0039544193eb4cbad9307f8f7044c4"
}
},
"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"
}
}
}
}