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

This commit is contained in:
Enno Boland 2015-03-10 20:17:12 +01:00
parent e04c50ef8b
commit 2cf5451485
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=16.0.0.305
_chromeVersion=41.0.2272.76-1
version=17.0.0.134
_chromeVersion=41.0.2272.89-1
_channel='stable'
_baseUrl='http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable'
revision=6
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="93ea15b6d35885c1a12bb8bb8365f952809290bee72cbe343bc51d36a58d0508"
_chromeChecksum="db6dda9c789cd6e5f96f9585179d56cbdff407505ce1d0d691514bbd9e7368b9"
;;
i686)
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
_chromeChecksum="ba70e7f0eaf981bad4d3a2ecbe1595e48cf7605894248c2497ad9cb9c546bf6b"
_chromeChecksum="6407a5328283a101a248c92632964e1ddb85900cb54bde23776486ab237859a7"
;;
esac
_chromeUrl="${_baseUrl}/${_filename}"