summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-02-15 11:32:27 +0000
committer Eric Hameleers <alien@slackware.com>2020-02-15 11:32:27 +0000
commited26c13b7120b889170824a29abf582859f73c98 (patch)
tree4d20f1390c0ddcb16863e9bca9c586683fff6b4b
parent5fdc3cc6e34f3ddf5d4f3cd118dc021a6c1957a5 (diff)
downloadasb-ed26c13b7120b889170824a29abf582859f73c98.tar.gz
asb-ed26c13b7120b889170824a29abf582859f73c98.tar.xz
chromium: updated to 80.0.3987.106
-rwxr-xr-xchromium/build/chromium.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 96947288..7c07bdcc 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -440,6 +440,9 @@
# 80.0.3987.87-1:
# 05/feb/2020 by Eric Hameleers <alien@slackware.com>
# * Update to M80.
+# 80.0.3987.106-1:
+# 14/feb/2020 by Eric Hameleers <alien@slackware.com>
+# * Updated.
#
# -----------------------------------------------------------------------------
#
@@ -452,7 +455,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-80.0.3987.87}
+VERSION=${VERSION:-80.0.3987.106}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -701,9 +704,6 @@ touch $OUTPUT/patch-${PRGNAM}.log
# Reduce log spam in console, see https://crbug.com/1005508
cat $SRCDIR/patches/chromium_fontmatching-logspam.patch | patch -p1 --verbose \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
-# Fix graphics rendering corruption, see https://crbug.com/1046122
-cat $SRCDIR/patches/chromium_windowrendering.patch | patch -p1 --verbose \
- 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
# Enable USSPasswords by default to prevent a long delay in doing the
# initial sync of stored passwords (fixed in next release):
cat $SRCDIR/patches/chromium_sync-enable-usspasswords-by-default.patch \