Updated lighttpd

This commit is contained in:
Stephen 2012-01-05 14:46:39 +00:00
parent 94db047998
commit b51155fdd2

View File

@ -8,8 +8,8 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=lighttpd pkgname=lighttpd
pkgver=1.4.29 pkgver=1.4.30
pkgrel=2 pkgrel=1
pkgdesc='a secure, fast, compliant and very flexible web-server' pkgdesc='a secure, fast, compliant and very flexible web-server'
license=('custom') license=('custom')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -24,9 +24,9 @@ backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
options=('!libtool' 'emptydirs') options=('!libtool' 'emptydirs')
source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2" source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2"
'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf') 'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf')
md5sums=('e6e67b09986cb504db630b5a86b2dd76' md5sums=('63f9df52dcae0ab5689a95c99c54e48a'
'701141f42df90097bbfc5c7f1f63beb9' '701141f42df90097bbfc5c7f1f63beb9'
'913e2157fa78d990c32146f387d44c2b' 'd99a0e7bc4a1e8982779717b96416c09'
'2803a9ee7f20409c69f1566d2d90720e') '2803a9ee7f20409c69f1566d2d90720e')
build() { build() {