chromium-pepper-flash: fix version string
This commit is contained in:
parent
11e9bb6407
commit
98cefcd053
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'chromium-pepper-flash'
|
||||
_chromeVersion='46.0.2490.86'
|
||||
_chromeRevision='%CHROME_REVISION%'
|
||||
_channel='stable'
|
||||
_baseUrl='http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable'
|
||||
_chromeVersion="46.0.2490.86"
|
||||
_chromeRevision="%CHROME_REVISION%"
|
||||
_channel="stable"
|
||||
_baseUrl="http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable"
|
||||
|
||||
pkgname='chromium-pepper-flash'
|
||||
reverts="46.0.2490.80_1 46.0.2490.80_2 46.0.2490.80_3"
|
||||
version='19.0.0.245'
|
||||
pkgname="chromium-pepper-flash"
|
||||
version=19.0.0.245
|
||||
revision=1
|
||||
short_desc="Pepper Flash plugin for Chromium"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
|
|
Loading…
Reference in New Issue