adobe-flash-plugin: update to 24.0.0.221.

This commit is contained in:
cr6void 2017-03-05 15:43:15 +01:00 committed by GitHub
parent 7137665084
commit e161365376
1 changed files with 5 additions and 5 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'adobe-flash-plugin'
pkgname=adobe-flash-plugin
version=24.0.0.186
version=24.0.0.221
revision=1
# The EULA file
_eula="http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf"
_eulacksum=3cb0a5f4576be735abcff7189ed18eda17c70b762c3a78a3379b6f44395fbc10
_eula="https://www.adobe.com/content/dam/Adobe/en/legal/licenses-terms/pdf/PlatformClients_PC_WWEULA-en_US-20150407_1357.pdf"
_eulacksum=91e504a9e99ebd988ffa95ce0d5feaf340410c03709348297301a22dc11df1a8
_url=http://fpdownload.adobe.com/get/flashplayer/pdc/${version}
if [ "$XBPS_MACHINE" = "x86_64" ]; then
_disttarball="${_url}/flash_player_npapi_linux.x86_64.tar.gz"
_distcksum=c721b59102d12597a8592f0e8d2fb3d65ccda33d8e499435fe02871b46874663
_distcksum=087048af5fa3c46a8c283403a341d4684ef4b966f4e407195b43c24bf5ae64b1
else
_disttarball="${_url}/flash_player_npapi_linux.i386.tar.gz"
_distcksum=3b5803388f31940484c1020db4c5533aa48cfccab3880eb55a6f25610eb691fd
_distcksum=7495689ad778cae778f19ac085d362cbae63c7a4ad806fd9ece1844040ba9eed
fi
distfiles="${_eula} ${_disttarball}"
checksum="${_eulacksum} ${_distcksum}"