audio/mpd: Updated for version 0.23.15.

...fixes building against the newer ffmpeg in current

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2024-03-03 11:19:38 +01:00 committed by Willy Sudiarto Raharjo
parent 80cf52b73e
commit c44e92a3ed
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.14}
VERSION=${VERSION:-0.23.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

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