summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-09-25 22:15:19 +0000
committer Eric Hameleers <alien@slackware.com>2015-09-25 22:15:19 +0000
commit2985560c2180498b5435986ca432ea8de73bc741 (patch)
tree649d233eee267d54a1e29545b3d1522638357ac6 /chromium
parent82174cd557d38caf4a53315f7ad59f85cad9463b (diff)
downloadasb-2985560c2180498b5435986ca432ea8de73bc741.tar.gz
asb-2985560c2180498b5435986ca432ea8de73bc741.tar.xz
chromium: updated to 45.0.2454.101
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 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 <alien@slackware.com>
# * Update.
+# 45.0.2454.101-1:
+# 25/sep/2015 by Eric Hameleers <alien@slackware.com>
+# * 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*"