summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2019-05-04 17:05:55 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-05-11 07:20:52 +0700
commit0901d703ff1251a7844d36b4fd88105b2b918b11 (patch)
tree532f2c4f181b8b2d982fae308a1a5d66ea5302ea
parent87a37f964f4d265bc169e39e38fbf278f599b2af (diff)
downloadslackbuilds-0901d703ff1251a7844d36b4fd88105b2b918b11.tar.gz
slackbuilds-0901d703ff1251a7844d36b4fd88105b2b918b11.tar.xz
network/otter: Updated for version 1.0.01.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--network/otter/otter.SlackBuild6
-rw-r--r--network/otter/otter.info6
2 files changed, 6 insertions, 6 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 . \
diff --git a/network/otter/otter.info b/network/otter/otter.info
index 0fc557beb7..261e4f4d93 100644
--- a/network/otter/otter.info
+++ b/network/otter/otter.info
@@ -1,8 +1,8 @@
PRGNAM="otter"
-VERSION="0.9.12"
+VERSION="1.0.01"
HOMEPAGE="https://otter-browser.org/"
-DOWNLOAD="https://github.com/OtterBrowser/otter-browser/archive/v0.9.12.tar.gz"
-MD5SUM="a9a141506f1ae428b21d69048840621f"
+DOWNLOAD="https://github.com/OtterBrowser/otter-browser/archive/v1.0.01/otter-browser-1.0.01.tar.gz"
+MD5SUM="99601d0b230956dc542a04f0df912626"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"