summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-10-14 13:14:11 +0000
committer Eric Hameleers <alien@slackware.com>2015-10-14 13:14:11 +0000
commit24366fe1f0b9f3694db946bfef413c02df92840c (patch)
treef2c552090d793406aa7e89d39a2d1280dc028a7f /chromium
parentd67c30eeb50233c44291183f95fe0d56fb4243ef (diff)
downloadasb-24366fe1f0b9f3694db946bfef413c02df92840c.tar.gz
asb-24366fe1f0b9f3694db946bfef413c02df92840c.tar.xz
chromium: updated to 46.0.2490.71
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 2929d4c7..af01136d 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -192,6 +192,9 @@
# 45.0.2454.101-1:
# 25/sep/2015 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 46.0.2490.71-1:
+# 14/oct/2015 by Eric Hameleers <alien@slackware.com>
+# * First 46 release.
#
# Run 'sh chromium.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -202,7 +205,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-45.0.2454.101}
+VERSION=${VERSION:-46.0.2490.71}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -245,7 +248,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.101"
+WIDEVINE_VERSION="1.4.8.824" # CHROME_VERSION="46.0.2490.71"
DOCS="AUTHORS DEPS LICENSE README*"