mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/brave: Updated for version 0.22.810.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d167cb3bfc
commit
cd4704613d
2 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=brave
|
||||
VERSION=${VERSION:-0.22.727}
|
||||
VERSION=${VERSION:-0.22.810}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,6 +40,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
# Abort build if architecture is not 64-bit.
|
||||
if [ "$ARCH" != "x86_64" ]; then
|
||||
echo "$ARCH is not supported."
|
||||
exit 1
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="brave"
|
||||
VERSION="0.22.727"
|
||||
VERSION="0.22.810"
|
||||
HOMEPAGE="https://brave.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/brave/browser-laptop/releases/download/v0.22.727dev/Brave.tar.bz2"
|
||||
MD5SUM_x86_64="327bc777f4b45895497096d2eda999d1"
|
||||
DOWNLOAD_x86_64="https://github.com/brave/browser-laptop/releases/download/v0.22.810dev/Brave.tar.bz2"
|
||||
MD5SUM_x86_64="ba620998530aef5e933da3cfe617bf0a"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Donald Cooley"
|
||||
EMAIL="chytraeu@sdf.org"
|
||||
|
|
Loading…
Reference in a new issue