mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/mpd: Updated for version 0.23.9.
Needed after the fmt update Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f4a94e090c
commit
a964841746
2 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mpd
|
||||
VERSION=${VERSION:-0.23.5}
|
||||
VERSION=${VERSION:-0.23.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mpd"
|
||||
VERSION="0.23.5"
|
||||
VERSION="0.23.9"
|
||||
HOMEPAGE="https://www.musicpd.org/"
|
||||
DOWNLOAD="http://www.musicpd.org/download/mpd/0.23/mpd-0.23.5.tar.xz"
|
||||
MD5SUM="624ff40f0f059fab58843ab90ce2bc9a"
|
||||
DOWNLOAD="http://www.musicpd.org/download/mpd/0.23/mpd-0.23.9.tar.xz"
|
||||
MD5SUM="aeb8382c5d7795ed8dfd02fe14f81f06"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="fmt"
|
||||
|
|
Loading…
Reference in a new issue