mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
chromium-pepper-flash: update to 15.0.0.239 (bot)
This commit is contained in:
parent
e3ce02a38c
commit
6af0e99022
1 changed files with 5 additions and 5 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.223
|
version=15.0.0.239
|
||||||
_chromeVersion=39.0.2171.65-1
|
_chromeVersion=39.0.2171.71-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=3
|
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"
|
||||||
|
@ -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+=" e7848a312bafa86a43b4f89667ba22f1bf82e8f996d9a4e83101507bbb1eb0bf"
|
_chromeChecksum+=" e1a5a35b33b0198f1199de0c9c681f9d63965389afeab24b55f082c0235f6848"
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
||||||
_chromeChecksum+=" 512e4004344cdf289b61100e869b2d3cc28e0c36676a8f5c510df12d0c891fc7"
|
_chromeChecksum+=" 038a0f5ce5e024de3b50cb6e833f368063a44fad415312fe7299143f496590fd"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
_chromeUrl="${_baseUrl}/${_filename}"
|
_chromeUrl="${_baseUrl}/${_filename}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue