summaryrefslogtreecommitdiffstats
path: root/chromium/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-01-07 20:12:45 +0000
committer Eric Hameleers <alien@slackware.com>2018-01-07 20:12:45 +0000
commit6691bdf1d3f9786f4869a99ba249884cc09677b7 (patch)
tree1e932500dcffe6eb04abf6a3ff73fbe10ed5aef9 /chromium/build
parent8b0ad1e60ad7375ad1e98c5969b3e010f5d5dbc2 (diff)
downloadasb-6691bdf1d3f9786f4869a99ba249884cc09677b7.tar.gz
asb-6691bdf1d3f9786f4869a99ba249884cc09677b7.tar.xz
chromium: updated to 63.0.3239.132
Diffstat (limited to 'chromium/build')
-rwxr-xr-xchromium/build/chromium.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 48a5e5e9..38a20a39 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
# $Id$
-# Copyright 2013, 2014, 2015, 2016, 2017 Eric Hameleers, Eindhoven, NL
+# Copyright 2013, 2014, 2015, 2016, 2017, 2018 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -300,6 +300,9 @@
# 63.0.3239.108-1:
# 17/dec/2017 by Eric Hameleers <alien@slackware.com>
# * Update to 63.
+# 63.0.3239.132-1:
+# 07/jan/2018 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
#
# -----------------------------------------------------------------------------
@@ -313,7 +316,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-63.0.3239.108}
+VERSION=${VERSION:-63.0.3239.132}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -529,9 +532,6 @@ cd ${SRCNAM}-${VERSION}
# Patches:
touch $OUTPUT/patch-${PRGNAM}.log
-# Fix compilation with gcc5:
-cat $SRCDIR/patches/chromium_gcc5.patch | patch -p1 --verbose \
- 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
# Explicitly include math.h (patch borrowed from Gentoo):
cat $SRCDIR/patches/chromium_webrtc-r0.patch | patch -p1 --verbose \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log