mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "0.54.5",
|
|
"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.54.5/navidrome_0.54.5_windows_amd64.zip",
|
|
"hash": "f1154b49eaeed0d2b94eb50ce3463a3718c9a13ad195d7f6291cfb2785504278"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/navidrome/navidrome/releases/download/v0.54.5/navidrome_0.54.5_windows_386.zip",
|
|
"hash": "768641bb500b24af4508517bae13cd24a81ac2d27a1396d894569fd1d863bf02"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|