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 a6e07608..d64846b4 100755
--- a/chromium-dev-widevine-plugin/build/chromium-dev-widevine-plugin.SlackBuild
+++ b/chromium-dev-widevine-plugin/build/chromium-dev-widevine-plugin.SlackBuild
@@ -37,6 +37,10 @@
# 43.0.2327.5-1:
# 10/mar/2015 by Eric Hameleers <alien@slackware.com>
# * Quick update for the new 43 release.
+# 44.0.2398.0-1:
+# 15/may/2015 by Eric Hameleers <alien@slackware.com>
+# * Update for the new 44 release.
+#
#
# Run 'sh chromium-dev-widevine-plugin.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -53,7 +57,7 @@ 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:-"43.0.2327.5"}
+VERSION=${VERSION:-"44.0.2398.0"}
[ "x$SRCEXT" = "x-dev" ] && RPMCHAN=${RPMCHAN:-"unstable"} || RPMCHAN=${RPMCHAN:-"stable"}
RPMSUB=${RPMSUB:-"-1"}