From 4a0b43ac23ec2a364373b31c7f0a9644ccde64bd Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 25 Jun 2016 07:44:59 +0700 Subject: system/tomb: Updated for version 2.2. Signed-off-by: Willy Sudiarto Raharjo --- system/tomb/tomb.SlackBuild | 11 +++++------ 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 +# Copyright 2015-2016 Willy Sudiarto Raharjo # 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="" -- cgit v1.2.3