audio/mpd: Updated for version 0.23.14.

...this fixes building against the newer fmt

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2023-10-27 21:26:42 +02:00 committed by Willy Sudiarto Raharjo
parent 5b3b9e413e
commit e497450f8f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mpd
VERSION=${VERSION:-0.23.9}
VERSION=${VERSION:-0.23.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="mpd"
VERSION="0.23.9"
VERSION="0.23.14"
HOMEPAGE="https://www.musicpd.org/"
DOWNLOAD="http://www.musicpd.org/download/mpd/0.23/mpd-0.23.9.tar.xz"
MD5SUM="aeb8382c5d7795ed8dfd02fe14f81f06"
DOWNLOAD="http://www.musicpd.org/download/mpd/0.23/mpd-0.23.14.tar.xz"
MD5SUM="25978df7ef0a68bee9f8474a197936d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fmt"