multimedia/flash-player-plugin: Updated for version 11.1.102.62.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-02-19 11:18:18 -06:00 committed by Robby Workman
parent c6abe25843
commit 49ecdd0898
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright 2010,2011 Robby Workman, Northport, Alabama, USA
# Copyright 2010-2012 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=flash-player-plugin
VERSION=11.1.102.55
VERSION=11.1.102.62
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="flash-player-plugin"
VERSION="11.1.102.55"
VERSION="11.1.102.62"
HOMEPAGE="http://labs.adobe.com/downloads/flashplayer11.html"
DOWNLOAD="http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.55/install_flash_player_11_linux.i386.tar.gz"
MD5SUM="e9753df741e415c6d0707a2bf65f5940"
DOWNLOAD_x86_64="http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.55/install_flash_player_11_linux.x86_64.tar.gz"
MD5SUM_x86_64="57f36b399d861b604611f045fc23cf8c"
DOWNLOAD="http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.62/install_flash_player_11_linux.i386.tar.gz"
MD5SUM="c73d490e552e92016d53247a869ce64b"
DOWNLOAD_x86_64="http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.62/install_flash_player_11_linux.x86_64.tar.gz"
MD5SUM_x86_64="76be6fe21f68684c19ccee138a42fff9"
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="Erik Hanson"