mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
chromium-pepper-flash: new chrome version 49.0.2623.75 (bot)
This commit is contained in:
parent
10762253bd
commit
ca7112800f
1 changed files with 5 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Template file for 'chromium-pepper-flash'
|
# Template file for 'chromium-pepper-flash'
|
||||||
_chromeVersion="48.0.2564.116"
|
_chromeVersion="49.0.2623.75"
|
||||||
_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"
|
||||||
|
@ -7,26 +7,17 @@ _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.306
|
version=20.0.0.306
|
||||||
revision=2
|
revision=3
|
||||||
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"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="x86_64"
|
||||||
depends="chromium binutils xz"
|
depends="chromium binutils xz"
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
_filename=google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_amd64.deb
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
_chromeChecksum="5016c5f0162013baeabae3313b6dee7518a08a5da178c25834feb64aab2c1107"
|
||||||
x86_64)
|
|
||||||
_filename=google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_amd64.deb
|
|
||||||
_chromeChecksum="201e3b32c9c3d647f9bc071b5fe9faa45e0f2ab52127380052f2338c5465d70c"
|
|
||||||
;;
|
|
||||||
i686)
|
|
||||||
_filename=google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_i386.deb
|
|
||||||
_chromeChecksum="7401ad3698a28bf2b45e350fd2b941c44cb51dbb3f87b0e7dd1a2da72c42f594"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
_chromeUrl="${_baseUrl}/${_filename}"
|
_chromeUrl="${_baseUrl}/${_filename}"
|
||||||
distfiles="${_chromeUrl}"
|
distfiles="${_chromeUrl}"
|
||||||
checksum="$_chromeChecksum"
|
checksum="$_chromeChecksum"
|
||||||
|
|
Loading…
Add table
Reference in a new issue