ScoopInstaller_Main/bucket/spicetify-cli.json
2024-08-06 20:26:08 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.37.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.37.0/spicetify-2.37.0-windows-x64.zip",
"hash": "d91d4c4a33eff00259373f9ae3590a2731401287f39920a7e6640c682c668028"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.37.0/spicetify-2.37.0-windows-x32.zip",
"hash": "110ef4df687af305c72620222a451e12ed0750982816430d293911b7ec09b674"
}
},
"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"
}
}
}
}