summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchromium-dev/build/chromium.SlackBuild7
-rwxr-xr-xchromium/build/chromium.SlackBuild7
2 files changed, 10 insertions, 4 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:
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 03428223..275f4b13 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/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: