Revert "chromium-pepper-flash: update to (bot)"

This reverts commit c64c0838d0.
This commit is contained in:
Enno Boland 2014-12-09 22:01:09 +01:00
parent c29e6bb1a2
commit bf114c4848
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'chromium-pepper-flash'
pkgname=chromium-pepper-flash
version=
_chromeVersion=39.0.2171.95-1
version=15.0.0.239
_chromeVersion=39.0.2171.71-1
_channel='stable'
_baseUrl='http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable'
revision=1
@ -18,11 +18,11 @@ create_wrksrc=yes
case "${XBPS_TARGET_MACHINE}" in
x86_64)
_filename=google-chrome-${_channel}_${_chromeVersion}_amd64.deb
_chromeChecksum+=" e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
_chromeChecksum+=" e1a5a35b33b0198f1199de0c9c681f9d63965389afeab24b55f082c0235f6848"
;;
i686)
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
_chromeChecksum+=" e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
_chromeChecksum+=" 038a0f5ce5e024de3b50cb6e833f368063a44fad415312fe7299143f496590fd"
;;
esac
_chromeUrl="${_baseUrl}/${_filename}"