diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2023-09-29 22:45:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-29 22:45:51 +0700 |
commit | 551bf06054bced01442854392a7e9d9d2a3e6e43 (patch) | |
tree | 34b4ddacf4ac56174c7b925b2977ddb801cc4d62 /system | |
parent | ca7734cb6a15dec3e2605b595493afc89901b99a (diff) |
system/google-chrome-the-latest: Updated for version 2.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/google-chrome-the-latest/google-chrome-the-latest.SlackBuild | 5 | ||||
-rw-r--r-- | system/google-chrome-the-latest/google-chrome-the-latest.info | 6 |
2 files changed, 5 insertions, 6 deletions
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 dfa9e72314b4a..e44d8c9b6c8ff 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 2022 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2023 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:-2.0.0} +VERSION=${VERSION:-2.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,7 +84,6 @@ chmod +x $PKGOPT/google-chrome-the-latest.py cp permission-dialog.glade $PKGOPT cp end-dialog.glade $PKGOPT cp google-chrome-the-latest.png $PKGOPT -cp whatismybrowser-logo.png $PKGOPT rm -rf $PKG/etc/cron.hourly mkdir -p $PKG/etc/cron.hourly 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 16e8a1b7e7dac..301c0bd92b274 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="2.0.0" +VERSION="2.0.1" HOMEPAGE="https://github.com/antonioleal/google-chrome-the-latest" -DOWNLOAD="https://github.com/antonioleal/google-chrome-the-latest/archive/2.0.0/google-chrome-the-latest-2.0.0.tar.gz" -MD5SUM="80d21ebb42e409dcbebb005725cd4bc8" +DOWNLOAD="https://github.com/antonioleal/google-chrome-the-latest/archive/2.0.1/google-chrome-the-latest-2.0.1.tar.gz" +MD5SUM="a7db4e683620e0471874030e64966785" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |