mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/mpd: Updated for version 0.19.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0507bacb9c
commit
b5365b5afe
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mpd
|
||||
VERSION=${VERSION:-0.19.18}
|
||||
VERSION=${VERSION:-0.19.19}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,7 +58,7 @@ fi
|
|||
set -e
|
||||
|
||||
# zziplib support
|
||||
if [ "${ZZIPLIB:-yes}" != "no" ]; then
|
||||
if [ "${ZZIPLIB:-no}" != "no" ]; then
|
||||
zziplib="enable"
|
||||
else
|
||||
zziplib="disable"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mpd"
|
||||
VERSION="0.19.18"
|
||||
VERSION="0.19.19"
|
||||
HOMEPAGE="http://www.musicpd.org/"
|
||||
DOWNLOAD="http://www.musicpd.org/download/mpd/0.19/mpd-0.19.18.tar.xz"
|
||||
MD5SUM="8fea789a76611feaf8aa7076b32d8c3b"
|
||||
DOWNLOAD="http://www.musicpd.org/download/mpd/0.19/mpd-0.19.19.tar.xz"
|
||||
MD5SUM="6e4fca9a9c26dad08b61bac9a91802db"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue