mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 03:21:37 +00:00
* add navidrome * Update navidrome.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "0.49.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.49.3/navidrome_0.49.3_Windows_x86_64.zip",
|
|
"hash": "a5759e0ce32fd10dcde98ee2882c3a45c3283ee03fc56f3b5ec5c28321466ae3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/navidrome/navidrome/releases/download/v0.49.3/navidrome_0.49.3_Windows_i386.zip",
|
|
"hash": "45bd8ad8e4a027844a62d22e49c3037f9107e594aa11f239fe6e838ec8693b92"
|
|
}
|
|
},
|
|
"bin": "navidrome.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/navidrome/navidrome/",
|
|
"regex": "/releases/download/(?:v|V)?([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/navidrome/navidrome/releases/download/v$version/navidrome_$version_Windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/navidrome/navidrome/releases/download/v$version/navidrome_$version_Windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/navidrome_checksums.txt"
|
|
}
|
|
}
|
|
}
|
|
|