mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "2.36.9",
|
|
"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.9/spicetify-2.36.9-windows-x64.zip",
|
|
"hash": "7353c2147b0a65762f5db03e144a3962f1dd2a077f319d07bbd38787f525458f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.36.9/spicetify-2.36.9-windows-x32.zip",
|
|
"hash": "6b3c90158638ee37ece38fda591e8540e490e44d9b1bb0ec24e2e943367a3e39"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|