ScoopInstaller_Main/bucket/spicetify-cli.json
2024-05-02 20:26:59 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.36.10",
"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.36.10/spicetify-2.36.10-windows-x64.zip",
"hash": "a6441ff8244b163e9a007480a86eaaff8e6bc57e4d13efdc79db145a4ed76918"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.36.10/spicetify-2.36.10-windows-x32.zip",
"hash": "81043370a67693d198abb8228de88f4fde2947166c07a288bcb5a04955494694"
}
},
"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"
}
}
}
}