network/pidgin-sipe: Updated for version 1.21.0 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Philip van der Hoeven 2016-05-10 07:49:11 +07:00 committed by Willy Sudiarto Raharjo
parent 5723dc7100
commit 874d4b2acb
2 changed files with 9 additions and 8 deletions

View File

@ -3,6 +3,7 @@
# Slackware build script for pidgin-sipe.
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
# Copyright 2016 Philip van der Hoeven, Almere, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pidgin-sipe
VERSION=${VERSION:-1.13.3}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.21.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -62,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,10 +1,10 @@
PRGNAM="pidgin-sipe"
VERSION="1.13.3"
VERSION="1.21.0"
HOMEPAGE="http://pidgin-sipe.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/sipe/pidgin-sipe-1.13.3.tar.bz2"
MD5SUM="7d115de9d9029c9eebd0a3647dbf27d5"
DOWNLOAD="http://downloads.sourceforge.net/sipe/pidgin-sipe-1.21.0.tar.xz"
MD5SUM="619e07f690a314411306246ef84b6930"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
MAINTAINER="Philip van der Hoeven"
EMAIL="philip@vd-hoeven.nl"