summaryrefslogtreecommitdiffstats
path: root/chromium/build
diff options
context:
space:
mode:
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*"