mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
chromium-pepper-flash: update to 15.0.0.223 (bot)
This commit is contained in:
parent
914b8c004a
commit
2c382a2bbf
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# 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.223
|
||||||
_chromeVersion=38.0.2125.111-1
|
_chromeVersion=38.0.2125.122-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=2
|
revision=1
|
||||||
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"
|
||||||
license="chrome"
|
license="chrome"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
repository="nonfree"
|
nonfree=yes
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
depends="chromium binutils"
|
depends="chromium binutils"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
@ -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+=" 19335424a766bc08db9959db0f763af0ecd7cbcaba28fff1abbdbbd910f14261"
|
_chromeChecksum+=" ffbae1c45413ca7786a44830afccabd34fdcc7f0569fe1c48a055ac438cc9a0e"
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
||||||
_chromeChecksum+=" e36827989b8d83575345176d8d0293bf063c133c4e9e764e0c809ea8e7711ca8"
|
_chromeChecksum+=" e43494364eb517f4cbffa11ece99c3a1dac38750d32a678b8cc59a2260b2b052"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
_chromeUrl="${_baseUrl}/${_filename}"
|
_chromeUrl="${_baseUrl}/${_filename}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue