summaryrefslogtreecommitdiffstats
path: root/chromium-widevine-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-01-31 08:36:07 +0000
committer Eric Hameleers <alien@slackware.com>2017-01-31 08:36:07 +0000
commitff6b44ae272b8a5556c1720125a85f590bcc3774 (patch)
treeeb500a18498899b64f97a715bb3647d7a5fb5472 /chromium-widevine-plugin
parenta0223af40e00834704acd2897e9385563af2e6e1 (diff)
downloadasb-ff6b44ae272b8a5556c1720125a85f590bcc3774.tar.gz
asb-ff6b44ae272b8a5556c1720125a85f590bcc3774.tar.xz
chromium-widevine-plugin: updated to 56.0.2924.76 (1.4.8.962)
Diffstat (limited to 'chromium-widevine-plugin')
-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)