diff options
-rw-r--r-- | system/tomb/tomb.SlackBuild | 7 | ||||
-rw-r--r-- | system/tomb/tomb.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/system/tomb/tomb.SlackBuild b/system/tomb/tomb.SlackBuild index 82349bc8c70e..075b17352c31 100644 --- a/system/tomb/tomb.SlackBuild +++ b/system/tomb/tomb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tomb -# Copyright 2015-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2023 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.9} +VERSION=${VERSION:-2.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/tomb/tomb.info b/system/tomb/tomb.info index b1c0476815c1..8dc44ee39083 100644 --- a/system/tomb/tomb.info +++ b/system/tomb/tomb.info @@ -1,8 +1,8 @@ PRGNAM="tomb" -VERSION="2.9" +VERSION="2.10" HOMEPAGE="https://www.dyne.org/software/tomb/" -DOWNLOAD="https://github.com/dyne/Tomb/archive/v2.9/Tomb-2.9.tar.gz" -MD5SUM="e0640de7b613f80b91776af476ea525e" +DOWNLOAD="https://github.com/dyne/Tomb/archive/v2.10/Tomb-2.10.tar.gz" +MD5SUM="2f253f328ca25303a130766826b62a37" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |