mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "0.56.1",
|
|
"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.56.1/navidrome_0.56.1_windows_amd64.zip",
|
|
"hash": "d2768f52aa292f555d55276fe226ffee2302a1066afe9c8d4ed6c982e410c669"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/navidrome/navidrome/releases/download/v0.56.1/navidrome_0.56.1_windows_386.zip",
|
|
"hash": "2e681a078f3b98c4255fdf731a74ae8192e9c6466539860610bdc669d0fc27e9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|