summaryrefslogtreecommitdiffstats
path: root/chromium-dev-widevine-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-03-10 21:19:21 +0000
committer Eric Hameleers <alien@slackware.com>2015-03-10 21:19:21 +0000
commitee154cddb60ee68c98ca115e761fd8ff305049d8 (patch)
tree44d5d7d9fdf88aeeebddc3e700966aa712113ee0 /chromium-dev-widevine-plugin
parentff916d27b83249874e66a31178085892e78d84be (diff)
downloadasb-ee154cddb60ee68c98ca115e761fd8ff305049d8.tar.gz
asb-ee154cddb60ee68c98ca115e761fd8ff305049d8.tar.xz
chromium-dev-widevine-plugin: update to 43.0.2327.5
Diffstat (limited to 'chromium-dev-widevine-plugin')
-rwxr-xr-xchromium-dev-widevine-plugin/build/chromium-dev-widevine-plugin.SlackBuild8
1 files changed, 4 insertions, 4 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 368c84b6..a6e07608 100755
--- a/chromium-dev-widevine-plugin/build/chromium-dev-widevine-plugin.SlackBuild
+++ b/chromium-dev-widevine-plugin/build/chromium-dev-widevine-plugin.SlackBuild
@@ -34,6 +34,9 @@
# 42.0.2311.22-1:
# 09/mar/2015 by Eric Hameleers <alien@slackware.com>
# * First release for chromium-dev.
+# 43.0.2327.5-1:
+# 10/mar/2015 by Eric Hameleers <alien@slackware.com>
+# * Quick update for the new 43 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 .
@@ -41,9 +44,6 @@
#
# -----------------------------------------------------------------------------
-# The version of this package will be determined later by examining the
-# extracted library file.
-
SRCNAM="chromium"
SRCEXT="-dev" # "" is stable, "-dev" is development
PRGNAM="${SRCNAM}${SRCEXT}-widevine-plugin"
@@ -53,7 +53,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:-"42.0.2311.22"}
+VERSION=${VERSION:-"43.0.2327.5"}
[ "x$SRCEXT" = "x-dev" ] && RPMCHAN=${RPMCHAN:-"unstable"} || RPMCHAN=${RPMCHAN:-"stable"}
RPMSUB=${RPMSUB:-"-1"}