Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
flashplayer: Update version from 11 to 24
This release contains many security fixes.
  • Loading branch information
david authored and pmenzel committed Jan 4, 2017
1 parent d05ddff commit 3bb5b8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions flashplayer.be0
@@ -1,12 +1,12 @@
#!/bin/env beesh

# BEE_VERSION flashplayer-11.2.202.637-0
# BEE_VERSION flashplayer-24.0.0.186-0

# http://labs.adobe.com/technologies/flashplayer10/square/

# http://get.adobe.com/flashplayer/

SRCURL[0]="/src/mariux/download/install_flash_player_${PKGVERSION}_linux.x86_64.tar.gz"
SRCURL[0]="/src/mariux/download/flash_player_npapi_${PKGVERSION}_linux.x86_64.tar.gz"

BEE_CONFIGURE=none

Expand All @@ -21,8 +21,7 @@ mee_build() {
}

mee_install() {
# /usr/lib/firefox-plugins

#for Firefox
mkdir -p ${D}${LIBDIR}/mozilla/plugins
cp libflashplayer.so ${D}${LIBDIR}/mozilla/plugins
}

0 comments on commit 3bb5b8d

Please sign in to comment.