adobe-flash-plugin: update to 11.2.202.280.
This commit is contained in:
parent
c9ef4e05bf
commit
556b89f09d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'adobe-flash-plugin'
|
||||
pkgname=adobe-flash-plugin
|
||||
version=11.2.202.273
|
||||
version=11.2.202.280
|
||||
revision=1
|
||||
# The EULA file
|
||||
_eula="http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf"
|
||||
|
@ -8,10 +8,10 @@ _eulacksum=3cb0a5f4576be735abcff7189ed18eda17c70b762c3a78a3379b6f44395fbc10
|
|||
_url=http://fpdownload.macromedia.com/get/flashplayer/pdc/${version}
|
||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||
_disttarball="${_url}/install_flash_player_11_linux.x86_64.tar.gz"
|
||||
_distcksum=69af9941ae86f4022d5570fb652272be42e47e51b0636101d8fa9ff7beb62530
|
||||
_distcksum=b8466163663cd781377abdcb8d2cfe43c6100551ed1c331f3d1aa7ad93bdb6dd
|
||||
else
|
||||
_disttarball="${_url}/install_flash_player_11_linux.i386.tar.gz"
|
||||
_distcksum=ad6e5e8ca4f76b834f86856252deacaf1bae7cb6b976181e3e05af77762761bd
|
||||
_distcksum=b4b3e709fa758637c6e6d8ea711a62ca2c8105ff89b233da7cb1bc0087404d06
|
||||
fi
|
||||
distfiles="${_eula} ${_disttarball}"
|
||||
checksum="${_eulacksum} ${_distcksum}"
|
||||
|
@ -21,7 +21,6 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.adobe.com"
|
||||
license="Adobe License (non free)"
|
||||
|
||||
disable_debug=yes
|
||||
create_srcdir=yes
|
||||
create_wrksrc=yes
|
||||
|
||||
|
@ -45,6 +44,6 @@ adobe-flash-plugin_package() {
|
|||
nonfree="yes"
|
||||
depends="curl hicolor-icon-theme desktop-file-utils"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue