From af549d0243764531309fa94b1f5cee58982c496a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Sep 2012 00:03:30 +0000 Subject: Thu Sep 6 00:03:29 UTC 2012 --- community/libmicrohttpd/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/libmicrohttpd') diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD index 604d7d0c8..2f145b403 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74172 2012-07-22 18:30:33Z spupykin $ +# $Id: PKGBUILD 75878 2012-09-04 15:29:17Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Norberto Lopes # Contributor: Kao Dome @@ -6,7 +6,7 @@ # Contributor: Mathias Rohnstock pkgname=libmicrohttpd -pkgver=0.9.21 +pkgver=0.9.22 pkgrel=1 pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application." arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ options=('!libtool') depends=('gnutls' 'libgcrypt') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('2bf97219d1137d26711ead48d11ebcdd') +md5sums=('a90cb23e3087146fabc49a370c192de2') build() { cd ${pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf