summaryrefslogtreecommitdiffstats
path: root/flashplayer-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-12-13 11:14:48 +0000
committer Eric Hameleers <alien@slackware.com>2016-12-13 11:14:48 +0000
commite6f18bd028a5fef1f220edb3e10b52f68cdd2392 (patch)
treede81884e1e88d533b674f5f5aec44bc9a07e8aaa /flashplayer-plugin
parent3a8f76dd6bb4741a95bea44456b460cc5b60cefd (diff)
downloadasb-e6f18bd028a5fef1f220edb3e10b52f68cdd2392.tar.gz
asb-e6f18bd028a5fef1f220edb3e10b52f68cdd2392.tar.xz
flashplayer-plugin: updated to 24.0.0.186
Diffstat (limited to 'flashplayer-plugin')
-rwxr-xr-xflashplayer-plugin/build/flashplayer-plugin.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
index 3ad2fe6b..46f9a153 100755
--- a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
+++ b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
@@ -188,6 +188,9 @@
# * Update fixes critical vulnerabilities. See APSB16-36
# 11.2.202.644-1:08/nov/2016 by Eric Hameleers <alien@slackware.com>
# * Update fixes critical vulnerabilities. See APSB16-37
+# 24.0.0.186-1: 13/dec/2016 by Eric Hameleers <alien@slackware.com>
+# * Update to a real new version. Now all platform releases
+# are again the same.
#
# Run 'sh flashplayer-plugin.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -198,7 +201,7 @@
# Set initial variables:
PRGNAM=flashplayer-plugin
-VERSION=${VERSION:-"11.2.202.644"}
+VERSION=${VERSION:-"24.0.0.186"}
MAJVER=$(echo $VERSION | cut -d. -f1)
BUILD=${BUILD:-1}
TAG=${TAG:-"alien"}
@@ -230,8 +233,8 @@ case "$MARCH" in
;;
esac
-SOURCE="$SRCDIR/install_flash_player_${VERSION}_linux_${ARCH}.tar.gz"
-SRCURL="http://fpdownload.macromedia.com/get/flashplayer/pdc/${VERSION}/install_flash_player_${MAJVER}_linux.${ARCH}.tar.gz"
+SOURCE="$SRCDIR/flash_player_npapi_${VERSION}_linux.${ARCH}.tar.gz"
+SRCURL="http://fpdownload.macromedia.com/get/flashplayer/pdc/${VERSION}/flash_player_npapi_linux.${ARCH}.tar.gz"
##
## --- with a little luck, you won't have to edit below this point --- ##