- Update from version 0.33 to 0.34 - Combined this patch with update to mpd as mpc depends on mpd - Changelog 0.34 (2021/11/30) * add commands "albumart", "readpicture" * don't print status after error * custom status format * support grouping "list" results * meson: auto-build libmpdclient if not available * require libmpdclient 2.16 or newer * require MPD 0.21 or newer
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/mpc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/mpc b/lfs/mpc index 06aa9c890..78fd9488c 100644 --- a/lfs/mpc +++ b/lfs/mpc @@ -26,7 +26,7 @@ include Config
SUMMARY = Client for the Music Player Daemon
-VER = 0.33 +VER = 0.34
THISAPP = mpc-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpc -PAK_VER = 8 +PAK_VER = 9
DEPS = mpd libmpdclient
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 220848e088964297fbaddeedf61d5ddc90386df360a6af81b2d3753517f7ee36ff3d9462242f38b17c991996927a7d1fc253e1006253f2f875023ddb75a800c2 +$(DL_FILE)_BLAKE2 = 709f54ceebd66f703e5b1bf6ff8deb890e484fdc29c0b2198922763e347caac89d6eec5f74101f9fa860436e7493e2b02cc6b1b26e800e783546fe5a0c6e0d8f
install : $(TARGET)