mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "0.58.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.58.5/navidrome_0.58.5_windows_amd64.zip",
|
|
"hash": "98100e6baf8b3fd82fc60928e9b42872fe07b6cd1d128cbdd518efde4d4b349e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/navidrome/navidrome/releases/download/v0.58.5/navidrome_0.58.5_windows_386.zip",
|
|
"hash": "94a3c079ecd9947a3dee4483867c0dcc77bc3458dff249a6508bd5c881a30920"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|