ScoopInstaller_Main/bucket/spicetify-cli.json
2023-12-05 12:30:11 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.28.0",
"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.28.0/spicetify-2.28.0-windows-x64.zip",
"hash": "d32a50b3d2d95714dbda562c78ebcfe385dd879ace478c69cbdb86d4fc11a8ed"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.28.0/spicetify-2.28.0-windows-x32.zip",
"hash": "b4bef1afb26543a3570ea322f00fcf530774577eee2dfc296eee69bd9322b102"
}
},
"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"
}
}
}
}