diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-21 00:39:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-21 00:39:18 +0700 |
commit | 2344a4b4244b44890d50544af99f09766dee0026 (patch) | |
tree | 4c886fadaab2b0802c79104fd4afe1114c35ef19 | |
parent | 5e5f68adaa1e0ba50063081e572d9bf8f99d948b (diff) |
system/tomb: Fix repository changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/tomb/tomb.SlackBuild | 3 | ||||
-rw-r--r-- | system/tomb/tomb.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/system/tomb/tomb.SlackBuild b/system/tomb/tomb.SlackBuild index 5276a0d3fda54..469b5657f7993 100644 --- a/system/tomb/tomb.SlackBuild +++ b/system/tomb/tomb.SlackBuild @@ -25,7 +25,6 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tomb -SRCNAM=Tomb VERSION=${VERSION:-2.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,7 +53,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/tomb/tomb.info b/system/tomb/tomb.info index 69231920b2882..d587de4876cb8 100644 --- a/system/tomb/tomb.info +++ b/system/tomb/tomb.info @@ -1,7 +1,7 @@ PRGNAM="tomb" VERSION="2.11" HOMEPAGE="https://www.dyne.org/software/tomb/" -DOWNLOAD="https://github.com/dyne/Tomb/archive/v2.11/Tomb-2.11.tar.gz" +DOWNLOAD="https://github.com/dyne/tomb/archive/v2.11/tomb-2.11.tar.gz" MD5SUM="7b043bd4da3e5a344e0bd9a739c91769" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |