summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \