From 34dff1dc100da46041207deb75b66bb70b7c08c1 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 7 Oct 2010 19:39:20 +0200 Subject: [PATCH] [notify] flash-player-plugin: updated to 10.1.85.3 Security update: http://www.adobe.com/support/security/bulletins/apsb10-22.html --- flash-player-plugin/.md5sum | 2 +- flash-player-plugin/Pkgfile | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/flash-player-plugin/.md5sum b/flash-player-plugin/.md5sum index 9fa42a842..a21eca8f2 100644 --- a/flash-player-plugin/.md5sum +++ b/flash-player-plugin/.md5sum @@ -1 +1 @@ -3f250cc33acac7a600fca60ac834455c flash-plugin-10.1.82.76-release.i386.rpm +d3d8f82384325c2adfb4cfd5ef173d7f install_flash_player_10_linux.tar.gz diff --git a/flash-player-plugin/Pkgfile b/flash-player-plugin/Pkgfile index eebaabc13..38880e077 100644 --- a/flash-player-plugin/Pkgfile +++ b/flash-player-plugin/Pkgfile @@ -5,12 +5,10 @@ # Depends on: name=flash-player-plugin -version=10.1.82.76 -release=2 -source=(http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-$version-release.i386.rpm) +version=10.1.85.3 +release=1 +source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz) build() { - bsdtar -xf $PKGMK_SOURCE_DIR/${source##*/} -C $SRC - install -D -m 0755 usr/lib/flash-plugin/libflashplayer.so \ - $PKG/usr/lib/mozilla/plugins/libflashplayer.so + install -D -m 0755 libflashplayer.so $PKG/usr/lib/mozilla/plugins/libflashplayer.so }