Date: Sunday, May 5, 2013 @ 23:29:53 Author: spupykin Revision: 89933
upgpkg: libmicrohttpd 0.9.27-1 upd Modified: libmicrohttpd/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-05 20:07:45 UTC (rev 89932) +++ PKGBUILD 2013-05-05 21:29:53 UTC (rev 89933) @@ -6,7 +6,7 @@ # Contributor: Mathias Rohnstock <[email protected]> pkgname=libmicrohttpd -pkgver=0.9.26 +pkgver=0.9.27 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 @@ depends=('gnutls' 'libgcrypt') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('bdac9b62fa3080890f9ab44cf29749fc') +md5sums=('a10496b7f1b495aaf6897584da52f51b') build() { cd ${pkgname}-${pkgver}
