summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-05-14 17:47:40 +0000
committer Eric Hameleers <alien@slackware.com>2015-05-14 17:47:40 +0000
commitb7e807602a13ba523b0dda67c55d9662c477d8c8 (patch)
tree980d537d982ba95153e7a2f39f393cd12033f6f9
parent09f9afc22d7ec53debc1a3ab0e3b7af8ac1a742e (diff)
downloadasb-b7e807602a13ba523b0dda67c55d9662c477d8c8.tar.gz
asb-b7e807602a13ba523b0dda67c55d9662c477d8c8.tar.xz
chromium-dev-widevine-plugin: update to 1.4.8.823 (chrome 44.0.2398.0)
-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"}