ScoopInstaller_Main/bucket/spicetify-cli.json
2024-04-15 21:05:06 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.36.5",
"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.5/spicetify-2.36.5-windows-x64.zip",
"hash": "0963b2d0cd4a1cadca0e2f8640cf2cb743c9c2051d7fcd776c7fb2d1a6d59f10"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.36.5/spicetify-2.36.5-windows-x32.zip",
"hash": "0812dc0bdc32a6bea727abe74f39b3ac110eed10fb78888847ea7006a9a6d31f"
}
},
"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"
}
}
}
}