summaryrefslogtreecommitdiffstats
path: root/chromium/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-05-19 07:50:04 +0000
committer Eric Hameleers <alien@slackware.com>2018-05-19 07:50:04 +0000
commit0d1a810d631d5bc69b842c83f60c38692bc8ffb6 (patch)
tree04736c08c5a02995d9e76618f99b4a766905fd2b /chromium/build
parentf3bb69155cb048a5aaeecf193ff08d1e077b4184 (diff)
downloadasb-0d1a810d631d5bc69b842c83f60c38692bc8ffb6.tar.gz
asb-0d1a810d631d5bc69b842c83f60c38692bc8ffb6.tar.xz
chromium: updated to 66.0.3359.181
Diffstat (limited to 'chromium/build')
-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 c54dba8f..1fc0bb9b 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -329,6 +329,9 @@
# 66.0.3359.139-1:
# 25/apr/2018 by Eric Hameleers <alien@slackware.com>
# * Security update (CVE-2018-6118).
+# 66.0.3359.181-1:
+# 18/may/2018 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
#
# -----------------------------------------------------------------------------
@@ -342,7 +345,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-66.0.3359.139}
+VERSION=${VERSION:-66.0.3359.181}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}