From dafc45e0ebd4f91a5c68bfded60ec30b55794b45 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 2 Jun 2015 22:31:10 +0000 Subject: chromium-dev: updated to 45.0.2414.0. --- chromium-dev/build/chromium-dev.SlackBuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'chromium-dev') diff --git a/chromium-dev/build/chromium-dev.SlackBuild b/chromium-dev/build/chromium-dev.SlackBuild index 2360a16a..0a103389 100755 --- a/chromium-dev/build/chromium-dev.SlackBuild +++ b/chromium-dev/build/chromium-dev.SlackBuild @@ -58,6 +58,9 @@ # 44.0.2398.0-1: # 14/may/2015 by Eric Hameleers # * Update. +# 45.0.2414.0-1: +# 02/jun/2015 by Eric Hameleers +# * Update. # # Run 'sh chromium-dev.SlackBuild' to build a Slackware package. # The package (.txz) and .txt file as well as build logs are created in /tmp . @@ -68,7 +71,7 @@ SRCNAM=chromium SRCEXT=${SRCEXT:-"-dev"} PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev -VERSION=${VERSION:-44.0.2398.0} +VERSION=${VERSION:-45.0.2414.0} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:" -j4 "} TAG=${TAG:-alien} @@ -101,7 +104,7 @@ USE_CDM=${USE_CDM:-1} # as our chromium sources: # rpm2cpio ${SOURCE[1]} | cpio --to-stdout -i ./opt/google/chrome-unstable/chrome 2>&1 | strings | grep -C 1 " (version:" | tail -1 RPMSUB=${RPMSUB:-"-1"} -WIDEVINE_VERSION="1.4.8.823" # CHROME_VERSION="44.0.2398.0" +WIDEVINE_VERSION="1.4.8.823" # CHROME_VERSION="45.0.2414.0" DOCS="AUTHORS DEPS LICENSE README*" @@ -262,7 +265,7 @@ done if [ "$P1" == "--download" ]; then echo "Download complete." [ "x$SRCEXT" = "x-dev" ] && BINTREE="-unstable" || BINTREE="" - echo "Widevine version in Chrome $VERSION: $(rpm2cpio ${SOURCE[1]} | cpio --to-stdout -i ./opt/google/chrome${BINTREE}/chrome 2>&1 | strings | grep -C 1 ' (version:' | tail -1)" + echo "Widevine version is: \"$(rpm2cpio ${SOURCE[1]} | cpio --to-stdout -i ./opt/google/chrome${BINTREE}/chrome 2>&1 | strings | grep -C 1 ' (version:' | tail -1)\" # CHROME_VERSION=\"$VERSION\"" exit 0 fi -- cgit v1.2.3