summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-11-05 22:36:29 +0000
committer Eric Hameleers <alien@slackware.com>2020-11-05 22:36:29 +0000
commit5be56d6c97442a1780467e2f5549711b96b0c80b (patch)
treeb876a46bc8a55c15af3c9d298cde9c481fe09f3d
parent552d95187b512d36c3d1844de7eb0f7e8d2854ba (diff)
downloadasb-5be56d6c97442a1780467e2f5549711b96b0c80b.tar.gz
asb-5be56d6c97442a1780467e2f5549711b96b0c80b.tar.xz
chromium: updated to 86.0.4240.183
-rwxr-xr-xchromium/build/chromium.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 7815f502..53589c09 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -362,6 +362,8 @@
# * Update to M86.
# 86.0.4240.111-1: 22/oct/2020 by Eric Hameleers <alien@slackware.com>
# * Updated.
+# 86.0.4240.183-1: 03/nov/2020 by Eric Hameleers <alien@slackware.com>
+# * Updated.
#
# -----------------------------------------------------------------------------
#
@@ -374,7 +376,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-86.0.4240.111}
+VERSION=${VERSION:-86.0.4240.183}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}