mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "2.35.1",
|
|
"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.35.1/spicetify-2.35.1-windows-x64.zip",
|
|
"hash": "44956b3f5670665ac2f854ff051d76b8e22b068bc05e3516e4256600e22abffc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.35.1/spicetify-2.35.1-windows-x32.zip",
|
|
"hash": "13ea237d4e3421c0b2e53adc4cf2d54129ca1f70ebaefdf8f6ac52d9e4b3d450"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|