libraries/libmpdclient: Updated for version 22.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
11ae78a1aa
commit
8b879bd66f
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libmpdclient
|
||||
|
||||
# Copyright 2022 Eugene M., <damagedone at gmx dot com>
|
||||
# Copyright 2022-2024 Eugene M., <damagedone at gmx dot com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libmpdclient
|
||||
VERSION=${VERSION:-2.20}
|
||||
VERSION=${VERSION:-2.22}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -76,7 +76,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
cd build
|
||||
mkdir -p build && cd build
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
meson .. \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libmpdclient"
|
||||
VERSION="2.20"
|
||||
VERSION="2.22"
|
||||
HOMEPAGE="https://www.musicpd.org/doc/libmpdclient/"
|
||||
DOWNLOAD="https://www.musicpd.org/download/libmpdclient/2/libmpdclient-2.20.tar.xz"
|
||||
MD5SUM="2c007da25c0de18921f9fb3155218865"
|
||||
DOWNLOAD="https://www.musicpd.org/download/libmpdclient/2/libmpdclient-2.22.tar.xz"
|
||||
MD5SUM="3c9ddd62e1c97f5530733acf6b7bde9f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue