diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-02-12 21:46:51 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:55 +0700 |
commit | c0ff84ffce8168d55d6ee04bea8e2c883a0232c0 (patch) | |
tree | 7451badc1373660d29a41ba060f5029ec312e2b9 | |
parent | cb0359c5d618def69d436095ef77dcdc95b7e422 (diff) | |
download | slackbuilds-c0ff84ffce8168d55d6ee04bea8e2c883a0232c0.tar.gz |
network/otter: Updated for version 1.0.02.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/otter/otter.SlackBuild | 6 | ||||
-rw-r--r-- | network/otter/otter.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/otter/otter.SlackBuild b/network/otter/otter.SlackBuild index 845f578d20..a61f1cfb92 100644 --- a/network/otter/otter.SlackBuild +++ b/network/otter/otter.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for otter -# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=otter -VERSION=${VERSION:-1.0.01} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.0.02} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/otter/otter.info b/network/otter/otter.info index 30fe097d93..4900d6fa90 100644 --- a/network/otter/otter.info +++ b/network/otter/otter.info @@ -1,8 +1,8 @@ PRGNAM="otter" -VERSION="1.0.01" +VERSION="1.0.02" HOMEPAGE="https://otter-browser.org/" -DOWNLOAD="https://github.com/OtterBrowser/otter-browser/archive/v1.0.01/otter-browser-1.0.01.tar.gz" -MD5SUM="99601d0b230956dc542a04f0df912626" +DOWNLOAD="https://github.com/OtterBrowser/otter-browser/archive/v1.0.02/otter-browser-1.0.02.tar.gz" +MD5SUM="108022f3f07eefa90da117366c88c114" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |