ScoopInstaller_Main/bucket/spicetify-cli.json
2024-09-10 20:27:21 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.38.3",
"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.38.3/spicetify-2.38.3-windows-x64.zip",
"hash": "638df4957ed13958a9012e50b41cad98e515f0f2e6e843cb7fcc06a3de896396"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.38.3/spicetify-2.38.3-windows-x32.zip",
"hash": "c930bd6621d6a671b0720dd6a1da7fa711d0ec9716a59d6c6e82bc0da48292dc"
}
},
"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"
}
}
}
}