mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
chromium-pepper-flash: update to (bot)
This commit is contained in:
parent
1611587796
commit
c64c0838d0
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chromium-pepper-flash'
|
# Template file for 'chromium-pepper-flash'
|
||||||
pkgname=chromium-pepper-flash
|
pkgname=chromium-pepper-flash
|
||||||
version=15.0.0.239
|
version=
|
||||||
_chromeVersion=39.0.2171.71-1
|
_chromeVersion=39.0.2171.95-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=1
|
||||||
|
@ -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+=" e1a5a35b33b0198f1199de0c9c681f9d63965389afeab24b55f082c0235f6848"
|
_chromeChecksum+=" e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
||||||
_chromeChecksum+=" 038a0f5ce5e024de3b50cb6e833f368063a44fad415312fe7299143f496590fd"
|
_chromeChecksum+=" e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
_chromeUrl="${_baseUrl}/${_filename}"
|
_chromeUrl="${_baseUrl}/${_filename}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue