summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-05-19 20:26:56 +0000
committer Eric Hameleers <alien@slackware.com>2015-05-19 20:26:56 +0000
commitb4f4a325e61095093e6d55e85768d0e1c1d22a64 (patch)
treedaa5f167a1184d5201b7056af1ae8fe3168addb9 /chromium
parent033660ea24d76e65181103b45123f3fed095f4aa (diff)
downloadasb-b4f4a325e61095093e6d55e85768d0e1c1d22a64.tar.gz
asb-b4f4a325e61095093e6d55e85768d0e1c1d22a64.tar.xz
chromium: updated to 43.0.2357.65.
Diffstat (limited to 'chromium')
-rwxr-xr-xchromium/build/chromium.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 3aa663b1..318bfce1 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -144,6 +144,9 @@
# 42.0.2311.135-1:
# 30/apr/2015 by Eric Hameleers <alien@slackware.com>
# * Security update.
+# 43.0.2357.65-1:
+# 20/may/2015 by Eric Hameleers <alien@slackware.com>
+# * Security update, first 43 version.
#
# Run 'sh chromium.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -154,7 +157,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-42.0.2311.135}
+VERSION=${VERSION:-43.0.2357.65}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -189,7 +192,7 @@ USE_CDM=${USE_CDM:-1}
# as our chromium sources:
# rpm2cpio ${SOURCE[1]} | cpio --to-stdout -i ./opt/google/chrome/chrome 2>&1 | strings | grep -C 1 " (version:" | tail -1
RPMSUB=${RPMSUB:-"-1"}
-WIDEVINE_VERSION="1.4.7.796" # CHROME_VERSION="42.0.2311.135"
+WIDEVINE_VERSION="1.4.8.813"
DOCS="AUTHORS DEPS LICENSE README*"