business/skrooge: updated for version 1.12.5.

Reported-by: JB
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vincent Batts 2016-11-07 11:02:31 -05:00 committed by Willy Sudiarto Raharjo
parent 9b94070c86
commit 74af114b5b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright 2012 Vincent Batts, Raleigh, NC, USA
# Copyright 2012,2016 Vincent Batts, Raleigh, NC, USA
# Copyright 2009 Vincent Batts, http://hashbangbash.com/
# All rights reserved.
#
@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=skrooge
VERSION=${VERSION:-1.3.3}
VERSION=${VERSION:-1.12.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,7 +69,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG/usr $OUTPUT
cd $TMP
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,8 +1,8 @@
PRGNAM="skrooge"
VERSION="1.3.3"
VERSION="1.12.5"
HOMEPAGE="http://skrooge.org/"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/skrooge-1.3.3.tar.bz2"
MD5SUM="a69f66dc5383ed1d3d75fa04f7cb3812"
DOWNLOAD="http://download.kde.org/stable/skrooge/skrooge-1.12.5.tar.xz"
MD5SUM="29dd8d8b406388be54474ce55d9f96c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libofx"