diff options
-rw-r--r-- | base/flashplayer/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/flashplayer/Pkgfile b/base/flashplayer/Pkgfile index 4acec7885..2d1f9115c 100644 --- a/base/flashplayer/Pkgfile +++ b/base/flashplayer/Pkgfile @@ -4,14 +4,14 @@ # Packager: thierryn1 at hispeed dot ch name=flashplayer -version=10.1 +version=10.3 release=2 case `uname -m` in x86_64) source=(http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz) ;; i?86) - source=(http://nutyx.meticul.eu/files/install_flash_player_${version}_linux.tar.gz) ;; + source=(http://get.adobe.com/fr/flashplayer/completion/?installer=Flash_Player_${version}_for_other_Linux_(.tar.gz) ) ;; esac build() { |