chromium-pepper-flash: new chrome version 42.0.2311.135-1 (bot)
This commit is contained in:
parent
d3d260aef4
commit
4f135f7e23
1 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'chromium-pepper-flash'
|
||||
pkgname=chromium-pepper-flash
|
||||
version=17.0.0.169
|
||||
_chromeVersion=42.0.2311.90-1
|
||||
_chromeVersion=42.0.2311.135-1
|
||||
_channel='stable'
|
||||
_baseUrl='http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable'
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Pepper Flash plugin for Chromium"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
homepage="http://www.google.com/chrome"
|
||||
|
@ -18,26 +18,26 @@ create_wrksrc=yes
|
|||
case "${XBPS_TARGET_MACHINE}" in
|
||||
x86_64)
|
||||
_filename=google-chrome-${_channel}_${_chromeVersion}_amd64.deb
|
||||
_chromeChecksum="4d0612b5a1a0f6588dc6af104dacba729d970f2c8c5332071241c104208a5cad"
|
||||
_chromeChecksum="408ae39493a85f0926df75558532784376ff352d660bfbad3c20a47f158b8d54"
|
||||
;;
|
||||
i686)
|
||||
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
||||
_chromeChecksum="c7fbd6f7ca71183ff998f3d83a00f7d79f51cf92eaf3c42d6265a0b5f11f7c0d"
|
||||
_chromeChecksum="ba22e53095b7c28fd6a1b434ec866e439c584f2cbe75a3d1724fb79aafb15c6d"
|
||||
;;
|
||||
esac
|
||||
_chromeUrl="${_baseUrl}/${_filename}"
|
||||
distfiles="${_chromeUrl}"
|
||||
checksum="$_chromeChecksum"
|
||||
|
||||
skip_extraction="$_filename"
|
||||
|
||||
do_fetch() {
|
||||
mkdir -p $wrksrc
|
||||
cd $wrksrc
|
||||
xbps-uhelper fetch $distfiles
|
||||
echo "$checksum $_filename" | sha256sum -c || { sha256sum "$_filename"; return 1; }
|
||||
}
|
||||
do_extract() {
|
||||
:
|
||||
}
|
||||
|
||||
do_build() {
|
||||
sed \
|
||||
-e "s|%VERSION%|${version}|" \
|
||||
|
|
Loading…
Reference in a new issue