mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
chromium-pepper-flash: update to 20.0.0.286 (bot)
This commit is contained in:
parent
dbc2e7808e
commit
e2178bf529
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'chromium-pepper-flash'
|
# Template file for 'chromium-pepper-flash'
|
||||||
_chromeVersion="47.0.2526.111"
|
_chromeVersion="48.0.2564.82"
|
||||||
_chromeRevision="1"
|
_chromeRevision="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"
|
||||||
|
|
||||||
pkgname="chromium-pepper-flash"
|
pkgname="chromium-pepper-flash"
|
||||||
reverts="46.0.2490.80_1 46.0.2490.80_2 46.0.2490.80_3"
|
reverts="46.0.2490.80_1 46.0.2490.80_2 46.0.2490.80_3"
|
||||||
version=20.0.0.267
|
version=20.0.0.286
|
||||||
revision=1
|
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>"
|
||||||
|
@ -20,11 +20,11 @@ create_wrksrc=yes
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
x86_64)
|
x86_64)
|
||||||
_filename=google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_amd64.deb
|
_filename=google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_amd64.deb
|
||||||
_chromeChecksum="c0f0f4a42440de8b12eaf27daaea4876c9173f8f36eb589eaa50cd8924c02014"
|
_chromeChecksum="3a66744087cfbef9453f9ca58815d1df3b604afc8d0ff02b4fcde84169f84637"
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
_filename=google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_i386.deb
|
_filename=google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_i386.deb
|
||||||
_chromeChecksum="27192b9f477dc98ba26c088b27081ec836dc4fa922da4e6f03c848ca7ff6d447"
|
_chromeChecksum="5d24c5d2e20e7b12bf24da7dc7d3d24b4d280ef2da427218b776af3c2165606a"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
_chromeUrl="${_baseUrl}/${_filename}"
|
_chromeUrl="${_baseUrl}/${_filename}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue