From 779d6436466431760f6cc5e7c7b6b833fd84ced0 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 12 Dec 2016 15:09:25 +0000 Subject: chromium: updated to 55.0.2883.75 --- chromium/build/chromium.SlackBuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'chromium/build') diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild index 150e2cea..74f38983 100755 --- a/chromium/build/chromium.SlackBuild +++ b/chromium/build/chromium.SlackBuild @@ -259,6 +259,9 @@ # 17/nov/2016 by Eric Hameleers # * Updated. Security fix. Removed the VAAPI patch because # several people have issues with it. +# 55.0.2883.75-1: +# 12/dec/2016 by Eric Hameleers +# * First 55 release. # # ----------------------------------------------------------------------------- # @@ -271,7 +274,7 @@ SRCNAM=chromium SRCEXT=${SRCEXT:-""} # could be "-dev" for development build PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev -VERSION=${VERSION:-54.0.2840.100} +VERSION=${VERSION:-55.0.2883.75} BUILD=${BUILD:-1} TAG=${TAG:-alien} @@ -321,7 +324,7 @@ USE_HOTWORD=${USE_HOTWORD:-0} # as our chromium sources: # rpm2cpio ${SOURCE[1]} |cpio --to-stdout -i ./opt/google/chrome${BINTREE}/chrome 2>&1 |strings |grep -E " \(version: .*\)$" |rev |cut -d' ' -f1 |rev |cut -d')' -f1 RPMSUB=${RPMSUB:-"-1"} -WIDEVINE_VERSION="1.4.8.903" # CHROME_VERSION="54.0.2840.100" +WIDEVINE_VERSION="1.4.8.903" # CHROME_VERSION="55.0.2883.75" DOCS="AUTHORS DEPS LICENSE README*" -- cgit v1.2.3-65-gdbad