mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/brave-browser: Updated for version 1.35.100.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
85b464784d
commit
08d428c43c
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for brave-browser
|
||||
|
||||
# Copyright 2019-2021 Andrew Payne <phalange@komputermatrix.com>
|
||||
# Copyright 2019-2022 Andrew Payne <phalange@komputermatrix.com>
|
||||
# Copyright 2018-2019 Donald Cooley South Haven, Indiana USA
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=brave-browser
|
||||
VERSION=${VERSION:-1.23.71}
|
||||
VERSION=${VERSION:-1.35.100}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="brave-browser"
|
||||
VERSION="1.23.71"
|
||||
VERSION="1.35.100"
|
||||
HOMEPAGE="https://brave.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/brave/brave-browser/releases/download/v1.23.71/brave-browser-1.23.71-1.x86_64.rpm"
|
||||
MD5SUM_x86_64="af87c4368633ba97a73d13cbfec95d40"
|
||||
DOWNLOAD_x86_64="https://github.com/brave/brave-browser/releases/download/v1.35.100/brave-browser-1.35.100-1.x86_64.rpm"
|
||||
MD5SUM_x86_64="a4c484aeb9c7dc03a25c4adae4c736d9"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andrew Payne"
|
||||
EMAIL="phalange@komputermatrix.com"
|
||||
|
|
Loading…
Reference in a new issue