Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bluez.git;a=commitdiff;h=17bec70cccb4b957125d89821a5082107c815766
commit 17bec70cccb4b957125d89821a5082107c815766 Author: Miklos Vajna <[email protected]> Date: Fri Feb 12 14:08:50 2010 +0100 flashplugin-10.0.45.2-1-i686 - version bump diff --git a/source/xlib/flashplugin/FrugalBuild b/source/xlib/flashplugin/FrugalBuild index 2e902f0..af23f63 100644 --- a/source/xlib/flashplugin/FrugalBuild +++ b/source/xlib/flashplugin/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna <[email protected]> pkgname=flashplugin -pkgver=10.0.42.34 +pkgver=10.0.45.2 pkgrel=1 pkgdesc="Macromedia flash plugin for Netscape/Mozilla (nonfree)" url="http://www.macromedia.com/" @@ -12,16 +12,16 @@ archs=('i686' 'x86_64' '!ppc') up2date="lynx -useragent='Mozilla (Linux) Firefox' -dump http://www.adobe.com/go/getflashplayer 2>/dev/null|grep version|sed 's/.*version //;q'" if [ "$CARCH" = "i686" ]; then source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz) + options=('noversrc') else ## this is still not stable and has missing features compared to 32bit version but it works fine so far.. source=(http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-$pkgver.linux-x86_64.so.tar.gz) fi if [ "$CARCH" = "i686" ]; then - sha1sums=('099f486bbc3e8e16afd09e2fbf963b6e531a6846') + sha1sums=('7c8b051f322ee7434ab9a14489ad481fb3347a23') else - sha1sums=('4a4f2e4dcf9857b83b7e0bac3e7476e2868cc027') + sha1sums=('88193dd555e1510ffac360e293558458e75a7118') fi -options=('noversrc') # NOTE: always check the upstream changelog: # http://www.adobe.com/support/documentation/en/flashplayer/9/releasenotes.html _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
