diff options
Diffstat (limited to 'network/otter/otter.SlackBuild')
-rw-r--r-- | network/otter/otter.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/otter/otter.SlackBuild b/network/otter/otter.SlackBuild index 45fa8bd29d..321d9c10d7 100644 --- a/network/otter/otter.SlackBuild +++ b/network/otter/otter.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for otter -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=otter-browser PRGNAM=$(echo $SRCNAM | cut -c1-5) -VERSION=${VERSION:-0.9.12} +VERSION=${VERSION:-1.0.01} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ |