diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-20 11:55:48 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-20 11:55:48 -0300 |
commit | 3bde3a0e359ee1506eb0f48af640b1b825198544 (patch) | |
tree | 5ef7e871a412c7fc036d85068debe02f5a717937 /extra/lighttpd/PKGBUILD | |
parent | 02ffd41dca71e92f0105e37751e37c7332a9d447 (diff) | |
parent | 6d2dec5c3443d142a0131c43666929490961c16a (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/clucene/PKGBUILD
community/cuyo/PKGBUILD
community/pinot/PKGBUILD
extra/fontforge/PKGBUILD
extra/gtkimageview/PKGBUILD
extra/mkvtoolnix/PKGBUILD
multilib-testing/lib32-glibc/PKGBUILD
staging/qt/PKGBUILD
testing/glibc/PKGBUILD
Diffstat (limited to 'extra/lighttpd/PKGBUILD')
-rw-r--r-- | extra/lighttpd/PKGBUILD | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/extra/lighttpd/PKGBUILD b/extra/lighttpd/PKGBUILD index 0cb1b9276..131e85cfc 100644 --- a/extra/lighttpd/PKGBUILD +++ b/extra/lighttpd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 143810 2011-11-29 13:33:30Z stephane $ +# $Id: PKGBUILD 145165 2011-12-18 18:44:31Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=lighttpd -pkgver=1.4.29 -pkgrel=3 +pkgver=1.4.30 +pkgrel=1 pkgdesc='a secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64' 'mips64el') @@ -16,14 +16,14 @@ optdepends=('libxml2: mod_webdav' 'sqlite3: mod_webdav') backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd') options=('!libtool' 'emptydirs') -source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2" - "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2.asc" +source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz" + "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc" 'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf') -md5sums=('e6e67b09986cb504db630b5a86b2dd76' - 'de2afb4ed6a088fd7fa5f13c387a08f0' - '268386e71f5748dc1d887b9a0ab65589' - '913e2157fa78d990c32146f387d44c2b' - 'acdaa94299e6299cb5085e6d88babeca') +sha256sums=('c237692366935b19ef8a6a600b2f3c9b259a9c3107271594c081a45902bd9c9b' + '941ab747aeb97ca111fb670d21eefecdf745debc5e139bc5bd6881ee66b2742a' + 'ceff3a88e876f6104c094379d507b89bc504777d0f98a0930406a70624fcf024' + '6c5892830e77731d27e3ebb64a0d87ab9139c68eb703aec6741c591814cef26f' + '44267e8b670faaf5712ad0bc9fd84b8c52281ddd22ef2c22d4b474dbb1cf5d2a') build() { cd $srcdir/$pkgname-$pkgver |