get-scripts rev 64
flash-plugin: update for new npapi plugin
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Dec 20 01:22:13 2016 -0500 (2016-12-20) |
parents | 62d94e6800db |
children | 65ed4f4d5384 |
files | flash-plugin |
line diff
1.1 --- a/flash-plugin Wed Aug 10 14:15:08 2016 +0200 1.2 +++ b/flash-plugin Tue Dec 20 01:22:13 2016 -0500 1.3 @@ -1,10 +1,10 @@ 1.4 SHORT_DESC="Adobe Flash Player." 1.5 WEB_SITE="http://www.adobe.com/products/flash/" 1.6 # end of get.list data 1.7 -TARBALL="install_flash_player_11_linux.i386.tar.gz" 1.8 1.9 -WGET_URL=http://fpdownload.macromedia.com/get/flashplayer/current/licensing/linux/$TARBALL 1.10 -busybox wget -O $TARBALL $WGET_URL 1.11 +TARBALL="flash_player_npapi_linux.i386.tar.gz" 1.12 +WGET_URL=https://fpdownload.macromedia.com/get/flashplayer/current/licensing/linux/$TARBALL 1.13 +wget --no-check-certificate -O $TARBALL $WGET_URL 1.14 [ -f $TARBALL ] || abort_package 1.15 tar xzf $TARBALL 1.16 VERSION="$(strings libflashplayer.so | sed '/FlashPlayer_/!d;s/.*yer_\(.*\)_Flash.*/\1/;s/_/./g')"