summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-06-02 22:31:10 +0000
committer Eric Hameleers <alien@slackware.com>2015-06-02 22:31:10 +0000
commitdafc45e0ebd4f91a5c68bfded60ec30b55794b45 (patch)
tree27d1f9cb50e87ac849022b59fd1818bc0850fe90 /chromium-dev
parent4fda390ece5366184f15c6c42f49c1bb18ace79f (diff)
downloadasb-dafc45e0ebd4f91a5c68bfded60ec30b55794b45.tar.gz
asb-dafc45e0ebd4f91a5c68bfded60ec30b55794b45.tar.xz
chromium-dev: updated to 45.0.2414.0.
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium-dev.SlackBuild9
1 files changed, 6 insertions, 3 deletions
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 <alien@slackware.com>
# * Update.
+# 45.0.2414.0-1:
+# 02/jun/2015 by Eric Hameleers <alien@slackware.com>
+# * 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