summaryrefslogtreecommitdiffstats
path: root/chromium/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-12-12 15:09:25 +0000
committer Eric Hameleers <alien@slackware.com>2016-12-12 15:09:25 +0000
commit779d6436466431760f6cc5e7c7b6b833fd84ced0 (patch)
treef5360b818c2b35c846453d6342b2420e16323c4b /chromium/build
parent844aedb181f271c2c9d89f06b14ed82719e6d7b3 (diff)
downloadasb-779d6436466431760f6cc5e7c7b6b833fd84ced0.tar.gz
asb-779d6436466431760f6cc5e7c7b6b833fd84ced0.tar.xz
chromium: updated to 55.0.2883.75
Diffstat (limited to 'chromium/build')
-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 150e2cea..74f38983 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -259,6 +259,9 @@
# 17/nov/2016 by Eric Hameleers <alien@slackware.com>
# * Updated. Security fix. Removed the VAAPI patch because
# several people have issues with it.
+# 55.0.2883.75-1:
+# 12/dec/2016 by Eric Hameleers <alien@slackware.com>
+# * First 55 release.
#
# -----------------------------------------------------------------------------
#
@@ -271,7 +274,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-54.0.2840.100}
+VERSION=${VERSION:-55.0.2883.75}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -321,7 +324,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 -E " \(version: .*\)$" |rev |cut -d' ' -f1 |rev |cut -d')' -f1
RPMSUB=${RPMSUB:-"-1"}
-WIDEVINE_VERSION="1.4.8.903" # CHROME_VERSION="54.0.2840.100"
+WIDEVINE_VERSION="1.4.8.903" # CHROME_VERSION="55.0.2883.75"
DOCS="AUTHORS DEPS LICENSE README*"