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.13",
|
|
"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.13/spicetify-2.36.13-windows-x64.zip",
|
|
"hash": "4af25443a8fdd8f6581dc99206111a3def4f8efa85e4733d85818e4dadfd8e0d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.36.13/spicetify-2.36.13-windows-x32.zip",
|
|
"hash": "bd6700dc3cf90ddd62fa2e393d5ed202074126a107ba86e0a0188e3c6e3d90a5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|