summaryrefslogtreecommitdiffstats
path: root/chromium-dev/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-05-14 18:40:34 +0000
committer Eric Hameleers <alien@slackware.com>2014-05-14 18:40:34 +0000
commitfc56d322a3b90bbba1065609ce6c051203dd2a2a (patch)
treeb3891aef5249faa95de252806e8711ea7861c01b /chromium-dev/build
parentcffa94f837ed1e795b555016a8a2244bccec541e (diff)
downloadasb-fc56d322a3b90bbba1065609ce6c051203dd2a2a.tar.gz
asb-fc56d322a3b90bbba1065609ce6c051203dd2a2a.tar.xz
Update to 34.0.1847.137
Diffstat (limited to 'chromium-dev/build')
-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 308ac63c..b4ded23a 100755
--- a/chromium-dev/build/chromium.SlackBuild
+++ b/chromium-dev/build/chromium.SlackBuild
@@ -69,6 +69,9 @@
# 34.0.1847.132-1:
# 25/apr/2014 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 34.0.1847.137-1:
+# 14/may/2014 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh chromium.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -77,7 +80,7 @@
# -----------------------------------------------------------------------------
PRGNAM=chromium
-VERSION=${VERSION:-34.0.1847.132}
+VERSION=${VERSION:-34.0.1847.137}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}