diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-07-16 01:20:45 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-07-16 01:20:45 (GMT) |
commit | 0a50a5532e01b782e2ad7f26b2affe4aa4419866 (patch) | |
tree | 3b18992bbc3717ec9c2d65ae33f86b29435a3ee9 /abs/core-testing/perl_modules | |
parent | ca1977f3c5d99c30c36c86d11e6d8d13d7e28026 (diff) | |
download | linhes_pkgbuild-0a50a5532e01b782e2ad7f26b2affe4aa4419866.zip linhes_pkgbuild-0a50a5532e01b782e2ad7f26b2affe4aa4419866.tar.gz linhes_pkgbuild-0a50a5532e01b782e2ad7f26b2affe4aa4419866.tar.bz2 |
perl-fcgi: update to 0.71 ref 647
Diffstat (limited to 'abs/core-testing/perl_modules')
-rw-r--r-- | abs/core-testing/perl_modules/perl-fcgi/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core-testing/perl_modules/perl-fcgi/PKGBUILD b/abs/core-testing/perl_modules/perl-fcgi/PKGBUILD index 73b9ef1..3a97d1e 100644 --- a/abs/core-testing/perl_modules/perl-fcgi/PKGBUILD +++ b/abs/core-testing/perl_modules/perl-fcgi/PKGBUILD @@ -2,16 +2,15 @@ # Contributor: François Charette <firmicus ατ gmx δοτ net> pkgname=perl-fcgi -pkgver=0.67 -pkgrel=4 +pkgver=0.71 +pkgrel=1 pkgdesc="Fast CGI" arch=('i686' 'x86_64') url="http://search.cpan.org/~SKIMO/FCGI" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') options=('!emptydirs') -source=(http://www.cpan.org/authors/id/S/SK/SKIMO/FCGI-$pkgver.tar.gz) -md5sums=('2e9b5bd1f74290fd9788555e8108a3d2') +source=(http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-$pkgver.tar.gz) build() { cd $startdir/src/FCGI-$pkgver @@ -21,3 +20,4 @@ build() { find $startdir/pkg -name '.packlist' -delete find $startdir/pkg -name '*.pod' -delete } +md5sums=('26bc4ea53ccc9c9c16695e88e46a1cfb') |