From f1060dadfc2fc76f6a168f807378b82b5539490f Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Mon, 3 Aug 2009 20:51:59 +0200 Subject: [PATCH] firefox-flash-plugin: updated to 10.0.32.18 --- firefox-flash-plugin/.md5sum | 2 +- firefox-flash-plugin/Pkgfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firefox-flash-plugin/.md5sum b/firefox-flash-plugin/.md5sum index 60b50856f..0b3715795 100644 --- a/firefox-flash-plugin/.md5sum +++ b/firefox-flash-plugin/.md5sum @@ -1 +1 @@ -23e4c2b844db0f87ff62084178aa2b1f install_flash_player_10_linux.tar.gz +6306980e40a3266b4b6c173bfcfdc946 install_flash_player_10_linux.tar.gz diff --git a/firefox-flash-plugin/Pkgfile b/firefox-flash-plugin/Pkgfile index 18f61dc12..bcbb93c65 100644 --- a/firefox-flash-plugin/Pkgfile +++ b/firefox-flash-plugin/Pkgfile @@ -5,11 +5,11 @@ # Depends on: firefox name=firefox-flash-plugin -version=10.0.22.87 +version=10.0.32.18 release=1 source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_${version%%.*}_linux.tar.gz) build() { - install -D -m 0755 install_flash_player_${version%%.*}_linux/libflashplayer.so \ + install -D -m 0755 libflashplayer.so \ $PKG/usr/lib/firefox/plugins/libflashplayer.so }