This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 8a9507b169af324f4031b4f09ab162131858b065 (commit) from 17ad30b9e2aaca5b90df98ceee9ac68a9c68e238 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 8a9507b169af324f4031b4f09ab162131858b065 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Dec 20 16:30:46 2024 +0100
mympd: update to 19.0.1
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/mympd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/mympd b/lfs/mympd index f431194b8..3372af620 100644 --- a/lfs/mympd +++ b/lfs/mympd @@ -26,7 +26,7 @@ include Config
SUMMARY = Webfrontend for Music Player Daemon
-VER = 18.0.0 +VER = 19.0.1
THISAPP = myMPD-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = mympd -PAK_VER = 7 +PAK_VER = 8
DEPS = mpd libmpdclient
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = b599c3dd621bd6d3cc3259f6015f86b69b81724390272db6e05228092fe5b75a5c74191285318dc07938fe75d4b57dd902aa9fb58518b71ae39371496e9e5aca +$(DL_FILE)_BLAKE2 = 54930a692fd3753a7346e7e2b05c92c49083211cd1d9043ef41dc36b847d92c746ba1d7a1a88dddb2bbbfeb22bcf734f023019ed58ad7f88eb8edd6c83fcd544
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree