system/gammu: Updated for version 1.29.0

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-04-10 17:24:47 +02:00 committed by Robby Workman
parent 727463bb2d
commit 4546a4c9b1
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for gammu
# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gammu
VERSION=1.28.0
VERSION=1.29.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,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 .
chmod -R u+w,go+r-w,a-s .

View file

@ -1,8 +1,8 @@
PRGNAM="gammu"
VERSION="1.28.0"
VERSION="1.29.0"
HOMEPAGE="http://cihar.com/gammu/"
DOWNLOAD="http://dl.cihar.com/gammu/releases/gammu-1.28.0.tar.bz2"
MD5SUM="1cddf45348b0c8cebcc14c9e693c6c9a"
DOWNLOAD="http://dl.cihar.com/gammu/releases/gammu-1.29.0.tar.xz"
MD5SUM="27b3a811cd27c94c66d9b964140a51f6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"