summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-03-04 20:38:10 +0000
committer Eric Hameleers <alien@slackware.com>2014-03-04 20:38:10 +0000
commit9550992e5f44d0e20d67c7601945986f1a894354 (patch)
tree3a24f8959d513c3f0ae559e6d11bfff5716f6300 /chromium-dev
parent6439a918e200803821915f777b658c8ae867fe57 (diff)
downloadasb-9550992e5f44d0e20d67c7601945986f1a894354.tar.gz
asb-9550992e5f44d0e20d67c7601945986f1a894354.tar.xz
Updated to 33.0.1750.146
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 559863dd..fc22503c 100755
--- a/chromium-dev/build/chromium.SlackBuild
+++ b/chromium-dev/build/chromium.SlackBuild
@@ -53,6 +53,9 @@
# 33.0.1750.117-1:
# 21/feb/2014 by Eric Hameleers <alien@slackware.com>
# * Update comes with several security fixes.
+# 33.0.1750.146-1:
+# 04/mar/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 .
@@ -61,7 +64,7 @@
# -----------------------------------------------------------------------------
PRGNAM=chromium
-VERSION=${VERSION:-33.0.1750.117}
+VERSION=${VERSION:-33.0.1750.146}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}