ScoopInstaller_Main/bucket/spicetify-cli.json
2024-07-15 04:29:18 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.36.15",
"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.15/spicetify-2.36.15-windows-x64.zip",
"hash": "0d4a85b16393d93d8e583fcf641fefd75aa69636b4d0c73b20bce6deeec150e4"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.36.15/spicetify-2.36.15-windows-x32.zip",
"hash": "704034153dda3817af448c0e77ba95c7e2206e9f79a2d4b8fb8eea79aaa56bcf"
}
},
"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"
}
}
}
}