chromium-pepper-flash: update to 17.0.0.169 (bot)

This commit is contained in:
Enno Boland 2015-04-14 22:17:11 +02:00
parent bc49fd45f3
commit bc1b52b558
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'chromium-pepper-flash'
pkgname=chromium-pepper-flash
version=17.0.0.134
_chromeVersion=41.0.2272.118-1
version=17.0.0.169
_chromeVersion=42.0.2311.90-1
_channel='stable'
_baseUrl='http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable'
revision=3
revision=1
short_desc="Pepper Flash plugin for Chromium"
maintainer="Enno Boland <eb@s01.de>"
homepage="http://www.google.com/chrome"
@ -18,11 +18,11 @@ create_wrksrc=yes
case "${XBPS_TARGET_MACHINE}" in
x86_64)
_filename=google-chrome-${_channel}_${_chromeVersion}_amd64.deb
_chromeChecksum="b8b6eddd7db82a83588767884f0d45c6a5a521b9d91ba07723e6b33a6cd05288"
_chromeChecksum="4d0612b5a1a0f6588dc6af104dacba729d970f2c8c5332071241c104208a5cad"
;;
i686)
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
_chromeChecksum="e49012fbe2cc7397cc4dd29050284421a7a91431f0a1697abc6451a468e82b8a"
_chromeChecksum="c7fbd6f7ca71183ff998f3d83a00f7d79f51cf92eaf3c42d6265a0b5f11f7c0d"
;;
esac
_chromeUrl="${_baseUrl}/${_filename}"