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

This commit is contained in:
Enno Boland (bot) 2016-01-27 22:17:17 +01:00
parent 20bcabf943
commit 92c6000d15
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Template file for 'chromium-pepper-flash'
_chromeVersion="48.0.2564.82"
_chromeVersion="48.0.2564.97"
_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=20.0.0.286
revision=1
revision=2
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="3a66744087cfbef9453f9ca58815d1df3b604afc8d0ff02b4fcde84169f84637"
_chromeChecksum="a26418953bcb76900a6c64de6891fa178c8f98244923d65cdf4606dcde09bcf2"
;;
i686)
_filename=google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_i386.deb
_chromeChecksum="5d24c5d2e20e7b12bf24da7dc7d3d24b4d280ef2da427218b776af3c2165606a"
_chromeChecksum="5448419fff33b01456d609ce0f1981fdd07f9c3d55d70156e13d6aa7f34cad3d"
;;
esac
_chromeUrl="${_baseUrl}/${_filename}"