chromium-pepper-flash: update to 12.0.0.77

This commit is contained in:
Jan S 2014-03-13 09:42:37 +01:00
parent f41d438c69
commit 694f0a92ae

View file

@ -1,18 +1,17 @@
# Template file for 'chromium-pepper-flash'
pkgname=chromium-pepper-flash
version=12.0.0.70
_chromeVersion=33.0.1750.146-1
version=12.0.0.77
_chromeVersion=33.0.1750.149-1
_channel='stable'
revision=2
revision=1
distfiles="http://www.google.com/chrome/intl/en/eula_text.html"
checksum=8dd9b0034b69d523eab459ee3b00379421e4e41b780014b0345aba5697a86bc4
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
_filename=google-chrome-${_channel}_${_chromeVersion}_amd64.deb
checksum+=" 3329afefce6e1c660c9dafe08bb8371e1ecc73ec84bb0f69d075964fb72c5714"
checksum+=" e64c08c47f46de2a16270aa31cead8588f1ff34f0d4aae4941cb1db7db366a48"
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
checksum+=" 0c8aaaf90a2b889979c95f69123f2b6f6b8ed36bbcf1c7b3faa5ebd6071f01eb"
checksum+=" e1fb67f4d1ea9ea3dbee812fc8e0c3e7dcedb611d768a6b016ecc463fa35d7ce"
fi
distfiles+=" http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/${_filename}"
short_desc="Pepper Flash plugin for Chromium"
@ -39,7 +38,7 @@ do_install() {
vcopy "opt/google/chrome/PepperFlash/*" "usr/lib/chromium-pepper-flash"
vmkdir "usr/share/licenses/chromium-pepper-flash"
cp ${XBPS_SRCDISTDIR}/eula_text.html license.html
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/eula_text.html license.html
vinstall "license.html" 644 "usr/share/licenses/chromium-pepper-flash"
vmkdir "etc/profile.d"