diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-19 09:39:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-19 09:39:04 +0700 |
commit | 68a3085ee8c86a376f649743bdacc923321937dc (patch) | |
tree | 24292b7e71386bab46536a65d407e74b31ceecec /system | |
parent | 39ca6ffe764bfcff4565489dc493ab5bcabe29ef (diff) |
system/tomb: Updated for version 2.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/tomb/tomb.SlackBuild | 8 | ||||
-rw-r--r-- | system/tomb/tomb.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/tomb/tomb.SlackBuild b/system/tomb/tomb.SlackBuild index 075b17352c317..5276a0d3fda54 100644 --- a/system/tomb/tomb.SlackBuild +++ b/system/tomb/tomb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tomb -# Copyright 2015-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tomb SRCNAM=Tomb -VERSION=${VERSION:-2.10} +VERSION=${VERSION:-2.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -53,9 +53,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION +rm -rf $PRGNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION +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 8dc44ee390833..69231920b2882 100644 --- a/system/tomb/tomb.info +++ b/system/tomb/tomb.info @@ -1,8 +1,8 @@ PRGNAM="tomb" -VERSION="2.10" +VERSION="2.11" HOMEPAGE="https://www.dyne.org/software/tomb/" -DOWNLOAD="https://github.com/dyne/Tomb/archive/v2.10/Tomb-2.10.tar.gz" -MD5SUM="2f253f328ca25303a130766826b62a37" +DOWNLOAD="https://github.com/dyne/Tomb/archive/v2.11/Tomb-2.11.tar.gz" +MD5SUM="7b043bd4da3e5a344e0bd9a739c91769" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |