Extras/bucket/slskd.json
2026-07-19 20:34:31 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.26.0",
"description": "A modern client-server application for the Soulseek file sharing network.",
"homepage": "https://github.com/slskd/slskd",
"license": "AGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/slskd/slskd/releases/download/0.26.0/slskd-0.26.0-win-x64.zip",
"hash": "942299d8c97da6cc1f6cd82dcd4a3662b97b82fbd1742df4bec165b79357268a"
},
"arm64": {
"url": "https://github.com/slskd/slskd/releases/download/0.26.0/slskd-0.26.0-win-arm64.zip",
"hash": "707ca26de16835d83ff980d9fee5a2c2fd8ec7bf8260be63d60805914a627e9d"
}
},
"bin": "slskd.exe",
"persist": "config",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/slskd/slskd/releases/download/$version/slskd-$version-win-x64.zip"
},
"arm64": {
"url": "https://github.com/slskd/slskd/releases/download/$version/slskd-$version-win-arm64.zip"
}
}
}
}