From 2985560c2180498b5435986ca432ea8de73bc741 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 25 Sep 2015 22:15:19 +0000 Subject: chromium: updated to 45.0.2454.101 --- chromium/build/chromium.SlackBuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'chromium') diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild index 876e523d..2929d4c7 100755 --- a/chromium/build/chromium.SlackBuild +++ b/chromium/build/chromium.SlackBuild @@ -189,6 +189,9 @@ # 45.0.2454.93-1: # 16/sep/2015 by Eric Hameleers # * Update. +# 45.0.2454.101-1: +# 25/sep/2015 by Eric Hameleers +# * Update. # # Run 'sh chromium.SlackBuild' to build a Slackware package. # The package (.txz) and .txt file as well as build logs are created in /tmp . @@ -199,7 +202,7 @@ SRCNAM=chromium SRCEXT=${SRCEXT:-""} # could be "-dev" for development build PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev -VERSION=${VERSION:-45.0.2454.93} +VERSION=${VERSION:-45.0.2454.101} BUILD=${BUILD:-1} TAG=${TAG:-alien} @@ -242,7 +245,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 -C 1 " (version:" | tail -1 RPMSUB=${RPMSUB:-"-1"} -WIDEVINE_VERSION="1.4.8.824" # CHROME_VERSION="45.0.2454.93" +WIDEVINE_VERSION="1.4.8.824" # CHROME_VERSION="45.0.2454.101" DOCS="AUTHORS DEPS LICENSE README*" -- cgit v1.2.3-65-gdbad