Browse Source
audio/xmms2: Updated for version 0.9.6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/326/head
Matteo Bernardini
1 month ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
audio/xmms2/xmms2.SlackBuild
-
audio/xmms2/xmms2.info
|
@ -10,7 +10,7 @@ |
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
|
PRGNAM=xmms2 |
|
|
PRGNAM=xmms2 |
|
|
VERSION=${VERSION:-"0.9.5"} |
|
|
|
|
|
|
|
|
VERSION=${VERSION:-"0.9.6"} |
|
|
BUILD=${BUILD:-1} |
|
|
BUILD=${BUILD:-1} |
|
|
TAG=${TAG:-_SBo} |
|
|
TAG=${TAG:-_SBo} |
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -1,8 +1,8 @@ |
|
|
PRGNAM="xmms2" |
|
|
PRGNAM="xmms2" |
|
|
VERSION="0.9.5" |
|
|
|
|
|
|
|
|
VERSION="0.9.6" |
|
|
HOMEPAGE="http://wiki.xmms2.xmms.se/" |
|
|
HOMEPAGE="http://wiki.xmms2.xmms.se/" |
|
|
DOWNLOAD="https://github.com/xmms2/xmms2-devel/releases/download/0.9.5/xmms2-0.9.5.tar.xz" |
|
|
|
|
|
MD5SUM="8b8433618b43969da621a511015a5621" |
|
|
|
|
|
|
|
|
DOWNLOAD="https://github.com/xmms2/xmms2-devel/releases/download/0.9.6/xmms2-0.9.6.tar.xz" |
|
|
|
|
|
MD5SUM="2d403e716f1d5e65dc27da81f0e1227d" |
|
|
DOWNLOAD_x86_64="" |
|
|
DOWNLOAD_x86_64="" |
|
|
MD5SUM_x86_64="" |
|
|
MD5SUM_x86_64="" |
|
|
REQUIRES="perl-Pod-Parser" |
|
|
REQUIRES="perl-Pod-Parser" |
|
|