summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchromium-dev-widevine-plugin/build/chromium-dev-widevine-plugin.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium-dev-widevine-plugin/build/chromium-dev-widevine-plugin.SlackBuild b/chromium-dev-widevine-plugin/build/chromium-dev-widevine-plugin.SlackBuild
index d64846b4..4484caf7 100755
--- a/chromium-dev-widevine-plugin/build/chromium-dev-widevine-plugin.SlackBuild
+++ b/chromium-dev-widevine-plugin/build/chromium-dev-widevine-plugin.SlackBuild
@@ -40,6 +40,9 @@
# 44.0.2398.0-1:
# 15/may/2015 by Eric Hameleers <alien@slackware.com>
# * Update for the new 44 release.
+# 45.0.2414.0-1:
+# 02/jun/2015 by Eric Hameleers <alien@slackware.com>
+# * Update for the new 45 release.
#
#
# Run 'sh chromium-dev-widevine-plugin.SlackBuild' to build a Slackware package.
@@ -57,7 +60,8 @@ TAG=${TAG:-alien}
# What is the Chrome version we extract this from?
# Version of the plugin as reported by the browser is different by the way;
# check "chrome://plugins"
-VERSION=${VERSION:-"44.0.2398.0"}
+VERSION=${VERSION:-"45.0.2414.0"}
+
[ "x$SRCEXT" = "x-dev" ] && RPMCHAN=${RPMCHAN:-"unstable"} || RPMCHAN=${RPMCHAN:-"stable"}
RPMSUB=${RPMSUB:-"-1"}