adobe-flash-plugin: update to 11.2.202.228.
This commit is contained in:
parent
43a90cd033
commit
bb768808f4
2 changed files with 6 additions and 3 deletions
|
@ -28,3 +28,6 @@ libm.so.6
|
|||
libc.so.6
|
||||
ld-linux-x86-64.so.2
|
||||
ld-linux.so.2
|
||||
libgthread-2.0.so.0
|
||||
libXcursor.so.1
|
||||
libXrender.so.1
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'adobe-flash-plugin'
|
||||
pkgname=adobe-flash-plugin
|
||||
version=11.1.102.63
|
||||
version=11.2.202.228
|
||||
# The EULA file
|
||||
_eula="http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf"
|
||||
_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=8e78ecf8262f318d26934a6a731cefa97b9cbd40e2312c1ab2e5b8634e600190
|
||||
_distcksum=92c9758d347d05c284dcafccbc8370d8ba9a52f039ce1dbe558be66560476681
|
||||
else
|
||||
_disttarball="${_url}/install_flash_player_11_linux.i386.tar.gz"
|
||||
_distcksum=dff9d475b3e8900e5c9a5d1d69ba766d0cdf9471217ef35c931ccefdf7b68246
|
||||
_distcksum=20a806eaf508aa8bf22d9803e94b9f942a548da87cd0a59712c7bcd1df0d44e6
|
||||
fi
|
||||
distfiles="${_eula} ${_disttarball}"
|
||||
checksum="${_eulacksum} ${_distcksum}"
|
||||
|
|
Loading…
Reference in a new issue