summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-08-12 21:17:34 +0000
committer Eric Hameleers <alien@slackware.com>2014-08-12 21:17:34 +0000
commit22dac66cacaf2091c9dac9a2852fc8859dfe7e62 (patch)
treeaa237cf53b47fb8b06b1af70aa3f160e1af252ba /chromium-dev
parent71b82b1753ddb203abfd060950927b9e8ebc6ce2 (diff)
downloadasb-22dac66cacaf2091c9dac9a2852fc8859dfe7e62.tar.gz
asb-22dac66cacaf2091c9dac9a2852fc8859dfe7e62.tar.xz
Update to 36.0.1985.143
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/chromium-dev/build/chromium.SlackBuild b/chromium-dev/build/chromium.SlackBuild
index 7157642a..c58f7684 100755
--- a/chromium-dev/build/chromium.SlackBuild
+++ b/chromium-dev/build/chromium.SlackBuild
@@ -84,6 +84,10 @@
# * Update comes with several security fixes.
# We can no longer download the toolchain binaries in advance,
# so the build will now require internet connectivity.
+# 36.0.1985.143-1:
+# 12/aug/2014 by Eric Hameleers <alien@slackware.com>
+# * Update comes with security fixes, Chrome also comes with an
+# updated Flash plugin: 14.0.0.177.
#
# Run 'sh chromium.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -92,7 +96,7 @@
# -----------------------------------------------------------------------------
PRGNAM=chromium
-VERSION=${VERSION:-36.0.1985.125}
+VERSION=${VERSION:-36.0.1985.143}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -264,10 +268,6 @@ touch $OUTPUT/patch-${PRGNAM}.log
# Un-confuse find_depot_tools:
cat $SRCDIR/patches/chromium-depot_tools.patch | patch -Np0 --verbose \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
-## Unneeded exit?
-#cat $SRCDIR/patches/chromium-gn-r0.patch | patch -Np0 --verbose \
-# 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
-# Adapt for Slackware's libelf include file location:
cat $SRCDIR/patches/chromium_libelf_includes.patch | patch -p0 --verbose \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log