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

This commit is contained in:
Enno Boland 2015-07-14 15:17:15 +02:00
parent afbbb145a0
commit 3c3d5c9882
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'chromium-pepper-flash'
pkgname=chromium-pepper-flash
version=18.0.0.204
_chromeVersion=43.0.2357.132-1
version=18.0.0.209
_chromeVersion=43.0.2357.134-1
_channel='stable'
_baseUrl='http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable'
revision=1
@ -18,11 +18,11 @@ create_wrksrc=yes
case "${XBPS_TARGET_MACHINE}" in
x86_64)
_filename=google-chrome-${_channel}_${_chromeVersion}_amd64.deb
_chromeChecksum="bf2d3e3f2d329ca081fbe012f2d8bc8db09cc78bd75988afed759475343a19aa"
_chromeChecksum="c2606684d522b305bdc7f86aa3c408bd4950a11cc937d818d91bce7acb08e9f8"
;;
i686)
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
_chromeChecksum="f6c08da31922530d0415e4acde06b0e24f16bd45b8990d0359659b8661efd7bd"
_chromeChecksum="7a1b5cccc858909c08be3234e44afe8e0f73ac3ffdb8415ecea223bd095fbef6"
;;
esac
_chromeUrl="${_baseUrl}/${_filename}"