chromium-pepper-flash: new chrome version 47.0.2526.73 (bot)

This commit is contained in:
Enno Boland (bot) 2015-12-01 21:17:13 +01:00
parent 6faa6bdf29
commit ea069975d5
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Template file for 'chromium-pepper-flash'
_chromeVersion="46.0.2490.86"
_chromeVersion="47.0.2526.73"
_chromeRevision="1"
_channel="stable"
_baseUrl="http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable"
@ -7,7 +7,7 @@ _baseUrl="http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable
pkgname="chromium-pepper-flash"
reverts="46.0.2490.80_1 46.0.2490.80_2 46.0.2490.80_3"
version=19.0.0.245
revision=2
revision=3
short_desc="Pepper Flash plugin for Chromium"
maintainer="Enno Boland <eb@s01.de>"
homepage="http://www.google.com/chrome"
@ -20,11 +20,11 @@ create_wrksrc=yes
case "${XBPS_TARGET_MACHINE}" in
x86_64)
_filename=google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_amd64.deb
_chromeChecksum="29c434fe640825a88ca5871ce31b8cba9994776dc5c3c99e579998f14e3455ac"
_chromeChecksum="ea9f04f0cd586e48c5fb28a8226222080d8c2a5822f546e0b6a13956a6fd00f8"
;;
i686)
_filename=google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_i386.deb
_chromeChecksum="c8e8d548af976508d235f36fd73fd91515842dab4371b8cd6732e2c8b283016d"
_chromeChecksum="fe29be58d067b817678986d49789650a6062bfcecf6840c1b956f58034092ff9"
;;
esac
_chromeUrl="${_baseUrl}/${_filename}"