Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navidrome: update to v0.54.3 #6375

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cross/navidrome/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = navidrome
PKG_VERS = 0.53.3
PKG_VERS = 0.54.3
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/navidrome/navidrome/archive
Expand Down
6 changes: 3 additions & 3 deletions cross/navidrome/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
navidrome-0.53.3.tar.gz SHA1 62f402fab156aa03e09be382688899bad79c4910
navidrome-0.53.3.tar.gz SHA256 e0d5b0280c302938177b2241a5f9868a4b40cd603ddf5acb2ff0f9c40e44c13a
navidrome-0.53.3.tar.gz MD5 cb7ead899f64dca6526441e8ccd72e47
navidrome-0.54.3.tar.gz SHA1 a921b0247f34f3ba73bb776640b9eb76c4d794eb
navidrome-0.54.3.tar.gz SHA256 d8d1a6697ddeb28ef60b8c04da1026f3bf15aea6987e04f524c7f548ed06c100
navidrome-0.54.3.tar.gz MD5 19ba4c733783cfbc0027688f32fe88f9
6 changes: 3 additions & 3 deletions spk/navidrome/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = navidrome
SPK_VERS = 0.53.3
SPK_REV = 1
SPK_VERS = 0.54.3
SPK_REV = 2
SPK_ICON = src/navidrome.png

DEPENDS = cross/navidrome
Expand All @@ -15,7 +15,7 @@ HOMEPAGE = https://www.navidrome.org/
DESCRIPTION = 🎧☁ Modern Music Server and Streamer compatible with Subsonic/Airsonic. It gives you freedom to listen to your music collection from any browser or mobile device.
LICENSE = GPLv3
DISPLAY_NAME = Navidrome
CHANGELOG = "Initial package release"
CHANGELOG = "Update Navidrome to v0.54.3."

STARTABLE = yes
SERVICE_SETUP = src/service-setup.sh
Expand Down
Loading