aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/brave-browser/brave-browser.SlackBuild6
-rw-r--r--network/brave-browser/brave-browser.info6
2 files changed, 4 insertions, 8 deletions
diff --git a/network/brave-browser/brave-browser.SlackBuild b/network/brave-browser/brave-browser.SlackBuild
index 1d3a3524ae..2b099177ec 100644
--- a/network/brave-browser/brave-browser.SlackBuild
+++ b/network/brave-browser/brave-browser.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=brave-browser
PRCNAM=amd64
-VERSION=${VERSION:-1.75.175}
+VERSION=${VERSION:-1.75.180}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -91,15 +91,12 @@ cp -a \
opt/brave.com/brave/product_logo_32.xpm \
$PKG/usr/share/pixmaps/brave-browser.xpm
-# Strip binaries and libraries - this can be done with 'make install-strip'
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-# Compress man pages
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-# Copy program documentation into the package
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
$PKG/opt/brave.com/brave/LICENSE \
@@ -117,6 +114,5 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
-# Make the package; be sure to leave it in $OUTPUT
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/network/brave-browser/brave-browser.info b/network/brave-browser/brave-browser.info
index 82920afe4b..b8227a609c 100644
--- a/network/brave-browser/brave-browser.info
+++ b/network/brave-browser/brave-browser.info
@@ -1,10 +1,10 @@
PRGNAM="brave-browser"
-VERSION="1.75.175"
+VERSION="1.75.180"
HOMEPAGE="https://brave.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/brave/brave-browser/releases/download/v1.75.175/brave-browser_1.75.175_amd64.deb"
-MD5SUM_x86_64="09e39bae299b8840a93ac9680e81d2b4"
+DOWNLOAD_x86_64="https://github.com/brave/brave-browser/releases/download/v1.75.180/brave-browser_1.75.180_amd64.deb"
+MD5SUM_x86_64="42607685428e672acb7c760b25b101b8"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"