ScoopInstaller_Main/bucket/navidrome.json
2025-04-05 12:31:25 +00:00

34 lines
1.4 KiB
JSON

{
"version": "0.55.2",
"description": "Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!",
"homepage": "https://www.navidrome.org/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/navidrome/navidrome/releases/download/v0.55.2/navidrome_0.55.2_windows_amd64.zip",
"hash": "3f23de705c534d83f5c5db94f0207ffc1b1ce9da14a38f8003c88c0d2a600bbd"
},
"32bit": {
"url": "https://github.com/navidrome/navidrome/releases/download/v0.55.2/navidrome_0.55.2_windows_386.zip",
"hash": "a1c4233291815cf71c641b0bf6c1f733cb2510f96f61c1f4f706404c9363088f"
}
},
"bin": "navidrome.exe",
"checkver": {
"github": "https://github.com/navidrome/navidrome/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/navidrome/navidrome/releases/download/v$version/navidrome_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/navidrome/navidrome/releases/download/v$version/navidrome_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/navidrome_checksums.txt"
}
}
}