mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
navidrome: Add version 0.49.3 (#4860)
* add navidrome * Update navidrome.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
c49d83de2e
commit
1ecd63f2d7
35
bucket/navidrome.json
Normal file
35
bucket/navidrome.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user