mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/brave-browser: update 1.63.162
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
630488e95e
commit
77952fb96b
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for brave-browser
|
||||
|
||||
# Copyright 2019-2023 Andrew Payne <phalange@komputermatrix.com>
|
||||
# Copyright 2019-2024 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.62.162}
|
||||
VERSION=${VERSION:-1.63.162}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="brave-browser"
|
||||
VERSION="1.62.162"
|
||||
VERSION="1.63.162"
|
||||
HOMEPAGE="https://brave.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/brave/brave-browser/releases/download/v1.62.162/brave-browser-1.62.162-1.x86_64.rpm"
|
||||
MD5SUM_x86_64="0e0b873a975ad1148957432ba61db8b4"
|
||||
DOWNLOAD_x86_64="https://github.com/brave/brave-browser/releases/download/v1.63.162/brave-browser-1.63.162-1.x86_64.rpm"
|
||||
MD5SUM_x86_64="50cb0ecf0faba84ffaa3127780efb6e7"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andrew Payne"
|
||||
EMAIL="phalange@komputermatrix.com"
|
||||
|
|
Loading…
Reference in a new issue