mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 22:34:41 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "0.60.3",
|
|
"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.60.3/navidrome_0.60.3_windows_amd64.zip",
|
|
"hash": "b5d20da47ce98a6aeba0e6ae521f2b311c40af1baf86d8168b901230b80372c0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/navidrome/navidrome/releases/download/v0.60.3/navidrome_0.60.3_windows_386.zip",
|
|
"hash": "54749f7be1fa156e1e7deaa4e5e0a37a4175a7596efe5785cba910b190a08ddd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|