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>
This commit is contained in:
parent
cb0359c5d6
commit
c0ff84ffce
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue