diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-09 01:41:26 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-09 01:41:26 (GMT) |
commit | e22ce5e397d913189faacafee3a85953224fbaae (patch) | |
tree | a59dde8eefcc1ba4e256e1b53a43e61d228f6baa /abs/core-testing/lighttpd/PKGBUILD | |
parent | fbc9bf1fe2e307040254f8000e6c4d59580e06a0 (diff) | |
download | linhes_pkgbuild-e22ce5e397d913189faacafee3a85953224fbaae.zip linhes_pkgbuild-e22ce5e397d913189faacafee3a85953224fbaae.tar.gz linhes_pkgbuild-e22ce5e397d913189faacafee3a85953224fbaae.tar.bz2 |
Add firmware for ati usb 600 tuner / Re: FS#634
Update to latest HDHR libs / Re: FS#626
Upgrade lighttpd to 1.4.26 / Re: FS#624
Fix path to sftp / Re: FS#566
Updated to the latest.
Updated to the latest.
Diffstat (limited to 'abs/core-testing/lighttpd/PKGBUILD')
-rw-r--r-- | abs/core-testing/lighttpd/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD index d0811ae..1ad9d06 100644 --- a/abs/core-testing/lighttpd/PKGBUILD +++ b/abs/core-testing/lighttpd/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=lighttpd -pkgver=1.4.20 -pkgrel=35 +pkgver=1.4.26 +pkgrel=1 pkgdesc='a secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64') @@ -18,13 +18,13 @@ optdepends=('libxml2: mod_webdav' \ ) backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd' 'etc/lighttpd/auth-inc.conf') options=('!libtool' 'emptydirs') -source=("http://www.lighttpd.net/download/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' auth-inc.conf) - -md5sums=('ed6ee0bb714f393219a32768d86984d8' +md5sums=('a682c8efce47a2f4263a247ba0813c9b' 'bd690eee0d9e51857448770a151023b0' '857e174643fd7761a2f0d8431a679f6c' - 'db6b8b8f144125cf249e97c4b13f3f18') + 'f12f37fb6a239b027c2bccf2ff51512b' + 'c6e361131000ceec085f40b310ef4a2c') build() { cd $srcdir/$pkgname-$pkgver |