mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/mpd: update to version 0.24.15
Version 0.24.15 change log: * protocol fix crash on "sticker delete" and "sticker find" * database upnp: fix crash bug * input alsa, curl, nfs: fix stalled transfers * playlist asx, pls, rss, xspf: limit to 16 MB cue: fix problem playing CUE tracks in music directory root * player fix noise with replay gain and cross-fade Signed-off-by: Andreas Ziegler <br025@umbiko.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
672b5f9213
commit
8f38b17f76
@@ -1,3 +1,3 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 367e85debb4427605cccb5415f2858ebb401d849a80615553f59520f4640811e mpd-0.24.14.tar.xz
|
||||
sha256 524c70bce3fcd268016156bdc97abcf5be1904f0c6fd622688999123e3c4c457 mpd-0.24.15.tar.xz
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
MPD_VERSION_MAJOR = 0.24
|
||||
MPD_VERSION = $(MPD_VERSION_MAJOR).14
|
||||
MPD_VERSION = $(MPD_VERSION_MAJOR).15
|
||||
MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
|
||||
MPD_SITE = https://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR)
|
||||
MPD_DEPENDENCIES = host-pkgconf fmt
|
||||
|
||||
Reference in New Issue
Block a user