summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-01-10 06:26:50 +0000
committer Eric Hameleers <alien@slackware.com>2020-01-10 06:26:50 +0000
commit57304e23e0de1e73056712d9109efc9a19881f85 (patch)
treecd801803b30a2252ec40147f1ece5924f2a218ec /chromium
parent7c984f81c7672ecbbe43edaee0c95bbadd654f6c (diff)
downloadasb-57304e23e0de1e73056712d9109efc9a19881f85.tar.gz
asb-57304e23e0de1e73056712d9109efc9a19881f85.tar.xz
chromium: update to 79.0.3945.117
Diffstat (limited to 'chromium')
-rwxr-xr-xchromium/build/chromium.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index a070ca7e..899d17d6 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
# $Id$
-# Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL
+# Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -33,7 +33,7 @@
# - libelf with '-D_FILE_OFFSET_BITS=64' added to CFLAGS (32-bit);
# - ninja;
# - nodejs;
-# - gcc >= 5.4.0 unless you compile using clang
+# - gcc >= 8 for bootstrapping gn;
# - Internet access (for downloading the nacl/pnacl toolchain bins)
# Needs:
# Changelog:
@@ -431,6 +431,8 @@
# 79.0.3945.88-1:
# 18/dec/2019 by Eric Hameleers <alien@slackware.com>
# * Security update.
+# 79.0.3945.117-1:
+# 08/jan/2020 by Eric Hameleers <alien@slackware.com>
#
# -----------------------------------------------------------------------------
#
@@ -443,7 +445,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-79.0.3945.88}
+VERSION=${VERSION:-79.0.3945.117}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}