mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 15:54:39 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "2.42.12",
|
|
"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.42.12/spicetify-2.42.12-windows-x64.zip",
|
|
"hash": "1beac04751a2d06dd43ed6cd1c5697cbd27aaee1eb438e728938e1039a63c95b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/spicetify/cli/releases/download/v2.42.12/spicetify-2.42.12-windows-x32.zip",
|
|
"hash": "c5f8b11ff95a486af2240406d30e61bd3998676582546599374747152f5c3bfe"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|