diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-10-30 12:39:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-31 12:07:13 +0000 |
commit | a792b0d478cdafe201a6f8235093151ce47c98f8 (patch) | |
tree | 73eb25201b3a8936ee2951d134b7bc6df3add850 /main/apache-mod-fcgid | |
parent | f4a1eb28769ac2f22866d91150885a94f87a774a (diff) | |
download | aports-a792b0d478cdafe201a6f8235093151ce47c98f8.tar.bz2 aports-a792b0d478cdafe201a6f8235093151ce47c98f8.tar.xz |
main/apache-mod-fcgid: upgrade to 2.3.9
Diffstat (limited to 'main/apache-mod-fcgid')
-rw-r--r-- | main/apache-mod-fcgid/APKBUILD | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/main/apache-mod-fcgid/APKBUILD b/main/apache-mod-fcgid/APKBUILD index 9d9833750e..d4c388d907 100644 --- a/main/apache-mod-fcgid/APKBUILD +++ b/main/apache-mod-fcgid/APKBUILD @@ -1,22 +1,21 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com> -# Maintainer: +# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=apache-mod-fcgid -pkgver=2.3.7 +pkgver=2.3.9 pkgrel=0 -pkgdesc="FastCGI module for Apache 2.2" +pkgdesc="FastCGI module for Apache 2.x" url="http://httpd.apache.org/mod_fcgid/" arch="all" -license="Apache" +license="ASL 2.0" depends= makedepends="apache2-dev" install="" subpackages="$pkgname-doc" -source="http://apache.cyberuse.com//httpd/mod_fcgid/mod_fcgid-$pkgver.tar.bz2 +source="http://mirror.switch.ch/mirror/apache/dist//httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz mod_fcgid.conf " _builddir="$srcdir/mod_fcgid-$pkgver" - build() { cd "$_builddir" ./configure.apxs || return 1 @@ -30,9 +29,9 @@ package() { install -m644 "$srcdir"/mod_fcgid.conf "$pkgdir"/etc/apache2/conf.d/ || return 1 } -md5sums="5952c93dc16b42264a4bf2a54757fc08 mod_fcgid-2.3.7.tar.bz2 +md5sums="ece4c66f0c05d216fc96969fcf3d1add mod_fcgid-2.3.9.tar.gz df658a483cf016112d75bbd1d92d7fb0 mod_fcgid.conf" -sha256sums="4fcfadd2804734cc7a266d8c6044b34a21d5a4a1e2e0c1a882fc59a3e012eb80 mod_fcgid-2.3.7.tar.bz2 +sha256sums="1cbad345e3376b5d7c8f9a62b471edd7fa892695b90b79502f326b4692a679cf mod_fcgid-2.3.9.tar.gz df70a611fb6c262b27dfcb46721601395065a876e8f7fa603788af9e60586faf mod_fcgid.conf" -sha512sums="22dd40ac8eee8ca5a9c34aeea5f24ba0e432655584352a99333ef4e7f2c70e7625a06dfb97787b00f88bb42be0f9735b8c4bd99b4aa1561ab842aabe7bfabd53 mod_fcgid-2.3.7.tar.bz2 +sha512sums="cae8bf8ad324512a51e6f34cb32468ea49a17deaabd481f8b581444891656f2516f10d198630f92ebc18db3d575f61dd7254153938a8206fb6c1441c7850be63 mod_fcgid-2.3.9.tar.gz 13c6ab98bac1733f0e303c30b30ea3b4ecc54d0680c7b936099642143f37a3200237bce3a4f7ff55061af278dd20ba59b695056a7b98057fa1568f74799c8538 mod_fcgid.conf" |