diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-25 07:44:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-25 07:44:59 +0700 |
commit | 4a0b43ac23ec2a364373b31c7f0a9644ccde64bd (patch) | |
tree | c09ccc1ad870835cff271e13c51648e0e95c241d /system | |
parent | 41c5046ef8d8fb8bce006233adb02297b78bcb87 (diff) | |
download | slackbuilds-4a0b43ac23ec2a364373b31c7f0a9644ccde64bd.tar.gz |
system/tomb: Updated for version 2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/tomb/tomb.SlackBuild | 11 | ||||
-rw-r--r-- | system/tomb/tomb.info | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/system/tomb/tomb.SlackBuild b/system/tomb/tomb.SlackBuild index 8d557d23cd..9a52bf81ac 100644 --- a/system/tomb/tomb.SlackBuild +++ b/system/tomb/tomb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tomb -# Copyright 2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tomb -SRCNAM=Tomb -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,9 +45,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/system/tomb/tomb.info b/system/tomb/tomb.info index dc02200c72..034b81831b 100644 --- a/system/tomb/tomb.info +++ b/system/tomb/tomb.info @@ -1,8 +1,8 @@ PRGNAM="tomb" -VERSION="2.1.1" +VERSION="2.2" HOMEPAGE="https://www.dyne.org/software/tomb/" -DOWNLOAD="https://files.dyne.org/tomb/Tomb-2.1.1.tar.gz" -MD5SUM="ef315fc7dfe09789f100c277a6780b1e" +DOWNLOAD="https://files.dyne.org/tomb/tomb-2.2.tar.gz" +MD5SUM="9069653baa530e33e0055bc6edb9cbae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |