summaryrefslogtreecommitdiffstats
path: root/flashplayer-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-05-19 08:24:51 +0000
committer Eric Hameleers <alien@slackware.com>2020-05-19 08:24:51 +0000
commit12e7909c0fe28915129c5cffa35c9cf573819978 (patch)
tree3364527579fac0aad58c6f8992b0fb88915b38b2 /flashplayer-plugin
parent0dca10b80de72ea268dc893073e90c60ad42fda1 (diff)
downloadasb-12e7909c0fe28915129c5cffa35c9cf573819978.tar.gz
asb-12e7909c0fe28915129c5cffa35c9cf573819978.tar.xz
flashplayer-plugin: update to 32.0.0.371
Diffstat (limited to 'flashplayer-plugin')
-rwxr-xr-xflashplayer-plugin/build/flashplayer-plugin.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
index 3759c9d8..59177271 100755
--- a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
+++ b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL
+# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -269,6 +269,8 @@
# * Update comes with functional fixes.
# 32.0.0.293-1: 14/nov/2019 by Eric Hameleers <alien@slackware.com>
# * Update comes with functional fixes.
+# 32.0.0.371-1: 19/may/2020 by Eric Hameleers <alien@slackware.com>
+# * Update comes with functional fixes.
#
# 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 .
@@ -279,7 +281,7 @@
# Set initial variables:
PRGNAM=flashplayer-plugin
-VERSION=${VERSION:-"32.0.0.293"}
+VERSION=${VERSION:-"32.0.0.371"}
MAJVER=$(echo $VERSION | cut -d. -f1)
BUILD=${BUILD:-1}
TAG=${TAG:-"alien"}