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:
Jacob Lane Ledbetter 2023-10-02 09:14:05 -06:00 committed by GitHub
parent c49d83de2e
commit 1ecd63f2d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

35
bucket/navidrome.json Normal file
View 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"
}
}
}