diff options
-rw-r--r-- | multimedia/flash-player-plugin/README | 5 | ||||
-rw-r--r-- | multimedia/flash-player-plugin/flash-player-plugin.SlackBuild | 5 | ||||
-rw-r--r-- | multimedia/flash-player-plugin/flash-player-plugin.info | 12 |
3 files changed, 9 insertions, 13 deletions
diff --git a/multimedia/flash-player-plugin/README b/multimedia/flash-player-plugin/README index e89b7ae970..77a7add301 100644 --- a/multimedia/flash-player-plugin/README +++ b/multimedia/flash-player-plugin/README @@ -1,6 +1 @@ flash-player-plugin (flash plugin for web browsers) - -Adobe's versioning (or lack thereof) and lack of consistency between -the 32bit and 64bit flashplayer builds is maddening. I know that -the way I've handled it is suboptimal, but absent some very compelling -reason to change, that's the way it will remain. Complain to Adobe. diff --git a/multimedia/flash-player-plugin/flash-player-plugin.SlackBuild b/multimedia/flash-player-plugin/flash-player-plugin.SlackBuild index 332f3f180d..132c614b61 100644 --- a/multimedia/flash-player-plugin/flash-player-plugin.SlackBuild +++ b/multimedia/flash-player-plugin/flash-player-plugin.SlackBuild @@ -21,7 +21,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=flash-player-plugin -VERSION=11b1 +VERSION=11_b2 +DATESTAMP=080811 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +54,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -tar xvf $CWD/flashplayer11_b1_install_lin_${SRC_ARCH}_071311.tar.gz -C $PKG +tar xvf $CWD/flashplayer${VERSION}_install_lin_${SRC_ARCH}_${DATESTAMP}.tar.gz -C $PKG [ "$SRC_ARCH" = "64" ] && mv $PKG/usr/lib $PKG/usr/lib64 mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/mozilla/plugins diff --git a/multimedia/flash-player-plugin/flash-player-plugin.info b/multimedia/flash-player-plugin/flash-player-plugin.info index 373367bbb4..a8985eca53 100644 --- a/multimedia/flash-player-plugin/flash-player-plugin.info +++ b/multimedia/flash-player-plugin/flash-player-plugin.info @@ -1,10 +1,10 @@ PRGNAM="flash-player-plugin" -VERSION="11b1" +VERSION="11_b2" HOMEPAGE="http://labs.adobe.com/downloads/flashplayer11.html" -DOWNLOAD="http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b1_install_lin_32_071311.tar.gz" -MD5SUM="8816dfa0bbb4210df5a37e061834c24a" -DOWNLOAD_x86_64="http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b1_install_lin_64_071311.tar.gz" -MD5SUM_x86_64="806b348cfb27054568d9f63d13bee3fd" +DOWNLOAD="http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b2_install_lin_32_080811.tar.gz" +MD5SUM="285d585fd6bbf6bdaf16d404dceaa761" +DOWNLOAD_x86_64="http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b2_install_lin_64_080811.tar.gz" +MD5SUM_x86_64="87ccb674fbcf94739f82cc6089634623" MAINTAINER="Robby Workman" EMAIL="rw@rlworkman.net" -APPROVED="dsomero" +APPROVED="Niels Horn" |