ScoopInstaller_Main/bucket/spicetify-cli.json
2022-04-22 20:27:53 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.9.6",
"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.9.6/spicetify-2.9.6-windows-x64.zip",
"hash": "36f50c03700c74cd9c1ff71a9ab1f417c35ec9119d0df975a1bfe3783c4d688a"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.9.6/spicetify-2.9.6-windows-x32.zip",
"hash": "1a3a358fb55107cf6d7ff65b96fbbf55d5164114f5641dce5c0892e168b4c368"
}
},
"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"
}
}
}
}