summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-06-11 11:02:38 +0000
committer Eric Hameleers <alien@slackware.com>2014-06-11 11:02:38 +0000
commit06794727c7c387c2c95364c28c7f54ba3d6b43b3 (patch)
tree42ebb771f2b35f9b89fea28cf7feccc415af3c3e /chromium-dev
parent422a5aee773f8fcec94a1e1302a7fe518d33b90b (diff)
downloadasb-06794727c7c387c2c95364c28c7f54ba3d6b43b3.tar.gz
asb-06794727c7c387c2c95364c28c7f54ba3d6b43b3.tar.xz
Update to 35.0.1916.153
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 03428223..275f4b13 100755
--- a/chromium-dev/build/chromium.SlackBuild
+++ b/chromium-dev/build/chromium.SlackBuild
@@ -75,6 +75,9 @@
# 35.0.1916.114-1:
# 20/may/2014 by Eric Hameleers <alien@slackware.com>
# * Update comes with several security fixes.
+# 35.0.1916.153-1:
+# 10/jun/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 .
@@ -83,14 +86,14 @@
# -----------------------------------------------------------------------------
PRGNAM=chromium
-VERSION=${VERSION:-35.0.1916.114}
+VERSION=${VERSION:-35.0.1916.153}
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=12935
+TOOLREV=12919
# 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: