ScoopInstaller_Main/bucket/spicetify-cli.json
2022-09-01 20:30:15 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.13.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.13.0/spicetify-2.13.0-windows-x64.zip",
"hash": "2eeb85f102f93e72aff5e1458057e84106110c48ad1c728314dbf30eba3f52c7"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.13.0/spicetify-2.13.0-windows-x32.zip",
"hash": "265478e1e259d10ede94542cf33067d936100437b951a9330b4b59fbf84617fe"
}
},
"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"
}
}
}
}