mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
audio/ncmpc: Updated for version 0.49
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d78bd9046d
commit
5b5255e3b3
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ncmpc
|
||||
VERSION=${VERSION:-0.48}
|
||||
VERSION=${VERSION:-0.49}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ncmpc"
|
||||
VERSION="0.48"
|
||||
VERSION="0.49"
|
||||
HOMEPAGE="https://www.musicpd.org/clients/ncmpc/"
|
||||
DOWNLOAD="https://www.musicpd.org/download/ncmpc/0/ncmpc-0.48.tar.xz"
|
||||
MD5SUM="b19d322db585578113edc66d27d3e246"
|
||||
DOWNLOAD="https://www.musicpd.org/download/ncmpc/0/ncmpc-0.49.tar.xz"
|
||||
MD5SUM="946ed5d4dd09e90da889b99e199f63da"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libmpdclient"
|
||||
|
|
Loading…
Reference in a new issue