chromium-pepper-flash: new chrome version 39.0.2171.65-1 (bot)
This commit is contained in:
parent
919f36e91c
commit
a70000e5d9
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'chromium-pepper-flash'
|
||||
pkgname=chromium-pepper-flash
|
||||
version=15.0.0.223
|
||||
_chromeVersion=38.0.2125.122-1
|
||||
_chromeVersion=39.0.2171.65-1
|
||||
_channel='stable'
|
||||
_baseUrl='http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable'
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Pepper Flash plugin for Chromium"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
homepage="http://www.google.com/chrome"
|
||||
license="chrome"
|
||||
lib32disabled=yes
|
||||
repository="nonfree"
|
||||
repository=nonfree
|
||||
only_for_archs="i686 x86_64"
|
||||
depends="chromium binutils"
|
||||
create_wrksrc=yes
|
||||
|
@ -18,11 +18,11 @@ create_wrksrc=yes
|
|||
case "${XBPS_TARGET_MACHINE}" in
|
||||
x86_64)
|
||||
_filename=google-chrome-${_channel}_${_chromeVersion}_amd64.deb
|
||||
_chromeChecksum+=" ffbae1c45413ca7786a44830afccabd34fdcc7f0569fe1c48a055ac438cc9a0e"
|
||||
_chromeChecksum+=" e7848a312bafa86a43b4f89667ba22f1bf82e8f996d9a4e83101507bbb1eb0bf"
|
||||
;;
|
||||
i686)
|
||||
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
||||
_chromeChecksum+=" e43494364eb517f4cbffa11ece99c3a1dac38750d32a678b8cc59a2260b2b052"
|
||||
_chromeChecksum+=" 512e4004344cdf289b61100e869b2d3cc28e0c36676a8f5c510df12d0c891fc7"
|
||||
;;
|
||||
esac
|
||||
_chromeUrl="${_baseUrl}/${_filename}"
|
||||
|
|
Loading…
Reference in a new issue