summaryrefslogtreecommitdiffstats
path: root/chromium/build/chromium.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-10-17 23:15:20 +0000
committer Eric Hameleers <alien@slackware.com>2014-10-17 23:15:20 +0000
commit853856f4489ec3d5706b0d91cffc46a4d4dc748e (patch)
treef5da3ffabfa67b92a7105f22fd5e29f6ca7030ef /chromium/build/chromium.SlackBuild
parent0d6ddd12400fa78bb26d55a79983682256fc7893 (diff)
downloadasb-853856f4489ec3d5706b0d91cffc46a4d4dc748e.tar.gz
asb-853856f4489ec3d5706b0d91cffc46a4d4dc748e.tar.xz
Updated to 38.0.2125.104
Diffstat (limited to '')
-rwxr-xr-xchromium/build/chromium.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 62d7c0cb..47ddabcb 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -98,6 +98,10 @@
# 38.0.2125.101-1:
# 08/oct/2014 by Eric Hameleers <alien@slackware.com>
# * Update comes with security fixes.
+# 38.0.2125.104-1:
+# 18/oct/2014 by Eric Hameleers <alien@slackware.com>
+# * Update comes with security fixes. Chrome also updates its
+# Flash plugin to 15.0.0.189.
#
# Run 'sh chromium.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -106,7 +110,7 @@
# -----------------------------------------------------------------------------
PRGNAM=chromium
-VERSION=${VERSION:-38.0.2125.101}
+VERSION=${VERSION:-38.0.2125.104}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}