diff options
author | Juergen Daubert <jue@jue.li> | 2017-01-01 14:30:46 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2017-01-01 14:30:46 +0100 |
commit | 5e37fc16fbd2861b6ead04ec1c3a4fea0cce9fdb (patch) | |
tree | eb68859d7b2a3aa5588288e8cfd3ac195a853f8d /flash-player-plugin | |
parent | a34ec65cb96845b3c2f46616c8362005c285c584 (diff) | |
download | opt-5e37fc16fbd2861b6ead04ec1c3a4fea0cce9fdb.tar.gz opt-5e37fc16fbd2861b6ead04ec1c3a4fea0cce9fdb.tar.xz |
[notify] flash-player-plugin: update to 24.0.0.186
several security fixes, see
https://helpx.adobe.com/security/products/flash-player/apsb16-39.html
Diffstat (limited to 'flash-player-plugin')
-rw-r--r-- | flash-player-plugin/.md5sum | 2 | ||||
-rw-r--r-- | flash-player-plugin/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/flash-player-plugin/.md5sum b/flash-player-plugin/.md5sum index 23cecd2d3..069e99434 100644 --- a/flash-player-plugin/.md5sum +++ b/flash-player-plugin/.md5sum @@ -1 +1 @@ -1ff994ff1ac9628f469a6ccb05adfe60 flash-plugin-11.2.202.644-release.x86_64.rpm +8590518098f7c06a90483e4d84c6d7d7 flash-player-npapi-24.0.0.186-release.x86_64.rpm diff --git a/flash-player-plugin/Pkgfile b/flash-player-plugin/Pkgfile index d9d1feebb..5b423e49d 100644 --- a/flash-player-plugin/Pkgfile +++ b/flash-player-plugin/Pkgfile @@ -5,9 +5,9 @@ # Depends on: name=flash-player-plugin -version=11.2.202.644 +version=24.0.0.186 release=1 -source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$version/flash-plugin-$version-release.x86_64.rpm) +source=(https://fpdownload.adobe.com/pub/flashplayer/pdc/$version/flash-player-npapi-$version-release.x86_64.rpm) build() { install -D -m 0755 usr/lib64/flash-plugin/libflashplayer.so \ |