summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-05-21 09:12:43 +0000
committer Eric Hameleers <alien@slackware.com>2014-05-21 09:12:43 +0000
commit173bf573a3c289060d2bef73c0ad4f015bd65efa (patch)
tree1e626477ed1e41bc4cef62da60d6fca649de8060 /chromium-dev
parent8f32fbd2c1001914ef96f52b0809fd710b327b97 (diff)
downloadasb-173bf573a3c289060d2bef73c0ad4f015bd65efa.tar.gz
asb-173bf573a3c289060d2bef73c0ad4f015bd65efa.tar.xz
Update to 35.0.1916.114
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromium-dev/build/chromium.SlackBuild b/chromium-dev/build/chromium.SlackBuild
index b4ded23a..03428223 100755
--- a/chromium-dev/build/chromium.SlackBuild
+++ b/chromium-dev/build/chromium.SlackBuild
@@ -72,6 +72,9 @@
# 34.0.1847.137-1:
# 14/may/2014 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 35.0.1916.114-1:
+# 20/may/2014 by Eric Hameleers <alien@slackware.com>
+# * Update comes with several security fixes.
#
# Run 'sh chromium.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -80,14 +83,14 @@
# -----------------------------------------------------------------------------
PRGNAM=chromium
-VERSION=${VERSION:-34.0.1847.137}
+VERSION=${VERSION:-35.0.1916.114}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
# For an indication of what toolchain version to use, you can check the
# PNACL_VERSION value in chromium's "native_client/TOOL_REVISIONS" file.
-TOOLREV=12772
+TOOLREV=12935
# You can build without NaCl (native client) if you set USE_NACL to "0",
# but you'll lose some Chrome functionality like using in-browser applications: