summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-09-25 21:25:06 +0000
committer Eric Hameleers <alien@slackware.com>2017-09-25 21:25:06 +0000
commitfad23632d657e4eaa4fa5c2f9bd39c75c51938d4 (patch)
tree8bd015e864755708ae5b0b9eb1a5e9a064631bc5 /chromium
parentf84407a482a0a0da707e2829499735a9400c591c (diff)
downloadasb-fad23632d657e4eaa4fa5c2f9bd39c75c51938d4.tar.gz
asb-fad23632d657e4eaa4fa5c2f9bd39c75c51938d4.tar.xz
chromium: updated to 61.0.3163.100
Diffstat (limited to 'chromium')
-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 9281756d..a7ee4ec3 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -284,6 +284,9 @@
# 61.0.3163.79-1:
# 11/sep/2017 by Eric Hameleers <alien@slackware.com>
# * Update to 61.
+# 61.0.3163.100-1:
+# 25/sep/2017 by Eric Hameleers <alien@slackware.com>
+# * Security update.
#
# -----------------------------------------------------------------------------
#
@@ -296,7 +299,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-61.0.3163.79}
+VERSION=${VERSION:-61.0.3163.100}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}