mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
9b94070c86
commit
74af114b5b
2 changed files with 6 additions and 6 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue