summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-01-29 13:52:30 +0000
committer Eric Hameleers <alien@slackware.com>2014-01-29 13:52:30 +0000
commit741a45f000bc44a350ad7425ed8353611d5c8fa6 (patch)
tree2752baabc1a0e65205f9f55d95ab41c0ec4dc6e2 /chromium-dev
parentaf1eac7d6d9a60506252b434ce42e48e4e9b7442 (diff)
downloadasb-741a45f000bc44a350ad7425ed8353611d5c8fa6.tar.gz
asb-741a45f000bc44a350ad7425ed8353611d5c8fa6.tar.xz
Update to 32.0.1700.102
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium-dev/build/chromium.SlackBuild b/chromium-dev/build/chromium.SlackBuild
index 29dfc557..32fecb60 100755
--- a/chromium-dev/build/chromium.SlackBuild
+++ b/chromium-dev/build/chromium.SlackBuild
@@ -44,6 +44,9 @@
# 32.0.1700.77-1:
# 14/jan/2014 by Eric Hameleers <alien@slackware.com>
# * Update comes with several security fixes.
+# 32.0.1700.102-1:
+# 29/jan/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 .
@@ -52,7 +55,7 @@
# -----------------------------------------------------------------------------
PRGNAM=chromium
-VERSION=${VERSION:-32.0.1700.77}
+VERSION=${VERSION:-32.0.1700.102}
TOOLREV=12181
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}