mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "2.40.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/spicetify/cli/releases/download/v2.40.1/spicetify-2.40.1-windows-x64.zip",
|
|
"hash": "99b7015801b04ce0712eb939a2ef1a01c469f4d27d38e78bcad94a3410899ffd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/spicetify/cli/releases/download/v2.40.1/spicetify-2.40.1-windows-x32.zip",
|
|
"hash": "fbbb8ca1028e4e165717c82568f370a7989c2d1f1b96401d494ce873c00ff687"
|
|
}
|
|
},
|
|
"bin": "spicetify.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/spicetify/cli"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/spicetify/cli/releases/download/v$version/spicetify-$version-windows-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/spicetify/cli/releases/download/v$version/spicetify-$version-windows-x32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|