summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-02-28 14:57:47 +0000
committer Eric Hameleers <alien@slackware.com>2020-02-28 14:57:47 +0000
commitdc54bbd2af966e53ead43b9949a5e233bf08acc6 (patch)
tree2368c140b7c4576aa4d5a0c09608a596cec61411
parented26c13b7120b889170824a29abf582859f73c98 (diff)
downloadasb-dc54bbd2af966e53ead43b9949a5e233bf08acc6.tar.gz
asb-dc54bbd2af966e53ead43b9949a5e233bf08acc6.tar.xz
chromium: updated to 80.0.3987.122
-rwxr-xr-xchromium/build/chromium.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 7c07bdcc..33405cf8 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -443,6 +443,9 @@
# 80.0.3987.106-1:
# 14/feb/2020 by Eric Hameleers <alien@slackware.com>
# * Updated.
+# 80.0.3987.122-1:
+# 27/feb/2020 by Eric Hameleers <alien@slackware.com>
+# * Updated.
#
# -----------------------------------------------------------------------------
#
@@ -455,7 +458,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-80.0.3987.106}
+VERSION=${VERSION:-80.0.3987.122}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}