From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] mympd: update to 14.1.2 Date: Mon, 29 Apr 2024 12:40:37 +0200 Message-ID: <20240429104037.3412348-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0851330387200760113==" List-Id: --===============0851330387200760113== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a small bugfix release. Changelog: Fix: Output enabled state is bool type Fix: Add missing sort parameters to home icon for search Fix: Set default stream port if stream uri is defined Signed-off-by: Arne Fitzenreiter --- lfs/mympd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/mympd b/lfs/mympd index bb7215ba1..012f867da 100644 --- a/lfs/mympd +++ b/lfs/mympd @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Webfrontend for Music Player Daemon =20 -VER =3D 14.1.0 +VER =3D 14.1.2 =20 THISAPP =3D myMPD-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D mympd -PAK_VER =3D 4 +PAK_VER =3D 5 =20 DEPS =3D mpd libmpdclient =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 621ecc2b9ecf78c606005120837480b1bccc92fd3b9c201781e719= ea524fc689b58f587f59fd388b73a0a1e63befce951e9182ee865e625f83a175a61572759b +$(DL_FILE)_BLAKE2 =3D 59a5d62ed1e91d422f091f331bd935b0988715fd641b81f48e19a3= 7694cc14da2c78d4563bb149767afd873bcebdfaccfd984b63f45a6bb321214eebb3807ddf =20 install : $(TARGET) =20 --=20 2.39.2 --===============0851330387200760113==--