mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
chromium-pepper-flash: new chrome version 38.0.2125.111-1 (bot)
This commit is contained in:
parent
3c33f0fbda
commit
4b77122113
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'chromium-pepper-flash'
|
# Template file for 'chromium-pepper-flash'
|
||||||
pkgname=chromium-pepper-flash
|
pkgname=chromium-pepper-flash
|
||||||
version=15.0.0.189
|
version=15.0.0.189
|
||||||
_chromeVersion=38.0.2125.104-1
|
_chromeVersion=38.0.2125.111-1
|
||||||
_channel='stable'
|
_channel='stable'
|
||||||
_baseUrl='http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable'
|
_baseUrl='http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable'
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Pepper Flash plugin for Chromium"
|
short_desc="Pepper Flash plugin for Chromium"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
homepage="http://www.google.com/chrome"
|
homepage="http://www.google.com/chrome"
|
||||||
|
@ -18,11 +18,11 @@ create_wrksrc=yes
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
x86_64)
|
x86_64)
|
||||||
_filename=google-chrome-${_channel}_${_chromeVersion}_amd64.deb
|
_filename=google-chrome-${_channel}_${_chromeVersion}_amd64.deb
|
||||||
_chromeChecksum+=" a85e89a781405fcf4925a2691dd953fabae400c0600397c7c808933368aacb83"
|
_chromeChecksum+=" 19335424a766bc08db9959db0f763af0ecd7cbcaba28fff1abbdbbd910f14261"
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
||||||
_chromeChecksum+=" be6cbc3ea91f1c47e88d5a54a4e2126492453072a60e322f28ae5d475634a45c"
|
_chromeChecksum+=" e36827989b8d83575345176d8d0293bf063c133c4e9e764e0c809ea8e7711ca8"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
_chromeUrl="${_baseUrl}/${_filename}"
|
_chromeUrl="${_baseUrl}/${_filename}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue