summaryrefslogtreecommitdiffstats
path: root/chromium-widevine-plugin/build/chromium-widevine-plugin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-widevine-plugin/build/chromium-widevine-plugin.SlackBuild')
-rwxr-xr-xchromium-widevine-plugin/build/chromium-widevine-plugin.SlackBuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/chromium-widevine-plugin/build/chromium-widevine-plugin.SlackBuild b/chromium-widevine-plugin/build/chromium-widevine-plugin.SlackBuild
index e0304826..8ac3e0ce 100755
--- a/chromium-widevine-plugin/build/chromium-widevine-plugin.SlackBuild
+++ b/chromium-widevine-plugin/build/chromium-widevine-plugin.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2014, 2015, 2016 Eric Hameleers, Eindhoven, NL
+# Copyright 2014, 2015, 2016, 2017 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -148,6 +148,9 @@
# 55.0.2883.75-1:
# 12/dec/2016 by Eric Hameleers <alien@slackware.com>
# * Update (only 64bit).
+# 56.0.2924.76-1:
+# 31/jan/2017 by Eric Hameleers <alien@slackware.com>
+# * Update (only 64bit).
#
# Run 'sh chromium-widevine-plugin.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -162,16 +165,16 @@ PRGNAM=chromium-widevine-plugin
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
-# What is the last version of Chrome to contain a 32bit plugin?
-VERSION32="48.0.2564.116"
-
# What is the Chrome version we extract this from?
# Version of the plugin as reported by the browser is determined in the
# chromium package. Check "chrome://plugins"
-VERSION=${VERSION:-"55.0.2883.75"}
+VERSION=${VERSION:-"56.0.2924.76"}
RPMCHAN=${RPMCHAN:-"stable"}
RPMSUB=${RPMSUB:-"-1"}
+# What is the last version of Chrome to contain a 32bit plugin?
+VERSION32="48.0.2564.116"
+
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)