summaryrefslogtreecommitdiff
path: root/community/spawn-fcgi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/spawn-fcgi/PKGBUILD')
-rw-r--r--community/spawn-fcgi/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/spawn-fcgi/PKGBUILD b/community/spawn-fcgi/PKGBUILD
index 6b20d17c9..c9b0b27a2 100644
--- a/community/spawn-fcgi/PKGBUILD
+++ b/community/spawn-fcgi/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 57827 2011-11-03 10:14:07Z lfleischer $
+# $Id: PKGBUILD 112955 2014-06-10 08:02:12Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Aaron Bull Schaefer <aaron@elasticdog.com>
# Contributor: Felix Hanley <felix@seconddrawer.com.au>
pkgname=spawn-fcgi
-pkgver=1.6.3
-pkgrel=2
+pkgver=1.6.4
+pkgrel=1
pkgdesc='A FastCGI process manager for web applications'
arch=('i686' 'x86_64')
url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
license=('BSD')
depends=('glibc')
source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('787ed2f88d2204bf1fe4fbd6e509d1d7')
+md5sums=('bf269849995ab8b3a8989779fa5818aa')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"