summaryrefslogtreecommitdiffstats
path: root/system/google-chrome-the-latest
diff options
context:
space:
mode:
author SmurfDaddy <antonioleal@yahoo.com>2024-03-13 21:33:30 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-14 16:16:12 +0700
commitcb6113b9b6704b553712aaafcdf09f2cac4ee975 (patch)
tree4e31a28874d05d73b2fae57ffa77a9b3453c84be /system/google-chrome-the-latest
parentaf2602280ad801191d859a6be8f2b1408e8a390c (diff)
downloadslackbuilds-cb6113b9b6704b553712aaafcdf09f2cac4ee975.tar.gz
slackbuilds-cb6113b9b6704b553712aaafcdf09f2cac4ee975.tar.xz
system/google-chrome-the-latest: Updated for version 3.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/google-chrome-the-latest')
-rw-r--r--system/google-chrome-the-latest/README5
-rw-r--r--system/google-chrome-the-latest/google-chrome-the-latest.SlackBuild18
-rw-r--r--system/google-chrome-the-latest/google-chrome-the-latest.info6
3 files changed, 8 insertions, 21 deletions
diff --git a/system/google-chrome-the-latest/README b/system/google-chrome-the-latest/README
index e744739e3f..257e152cda 100644
--- a/system/google-chrome-the-latest/README
+++ b/system/google-chrome-the-latest/README
@@ -12,7 +12,7 @@ txz using the standard rpm2txz command, and upgraded.
You can run this script manually or automatically with the
provided cron.hourly script. The cron script will attempt to
identify which user to notify, otherwise you can edit it and set
-the variable USERNAME='your username'
+the variable USERNAME=’your username’
In order to avoid excessive hits on whatismybrowser.com actual
checks are limited to "once a day", but you can bypass this with the
@@ -44,4 +44,5 @@ Workflows:
4. From the command line, you can force a Chrome download and
upgrade if required, without any pop-up window, with:
- /opt/google-chrome-the-latest/google-chrome-the-latest.py silent upgrade
+ /opt/google-chrome-the-latest/google-chrome-the-latest.py \
+ silent upgrade
diff --git a/system/google-chrome-the-latest/google-chrome-the-latest.SlackBuild b/system/google-chrome-the-latest/google-chrome-the-latest.SlackBuild
index b38f4352ed..17a67b15fd 100644
--- a/system/google-chrome-the-latest/google-chrome-the-latest.SlackBuild
+++ b/system/google-chrome-the-latest/google-chrome-the-latest.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for google-chrome-the-latest
-# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal
+# Copyright 2024 Antonio Leal, Porto Salvo, Oeiras, Portugal
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=google-chrome-the-latest
-VERSION=${VERSION:-3.1}
+VERSION=${VERSION:-3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -48,20 +48,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/system/google-chrome-the-latest/google-chrome-the-latest.info b/system/google-chrome-the-latest/google-chrome-the-latest.info
index e1c1e25955..4c104065d4 100644
--- a/system/google-chrome-the-latest/google-chrome-the-latest.info
+++ b/system/google-chrome-the-latest/google-chrome-the-latest.info
@@ -1,8 +1,8 @@
PRGNAM="google-chrome-the-latest"
-VERSION="3.1"
+VERSION="3.2"
HOMEPAGE="https://github.com/antonioleal/google-chrome-the-latest"
-DOWNLOAD="https://github.com/antonioleal/google-chrome-the-latest/archive/3.1/google-chrome-the-latest-3.1.tar.gz"
-MD5SUM="d1c1abd33c8871ca8c2b932b62e54be6"
+DOWNLOAD="https://github.com/antonioleal/google-chrome-the-latest/archive/3.2/google-chrome-the-latest-3.2.tar.gz"
+MD5SUM="5deb4ceef373db6a6dac3e639d490d17"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gksu"