Date: Tuesday, December 10, 2013 @ 11:03:35 Author: spupykin Revision: 102392
upgpkg: libmicrohttpd 0.9.32-1 upd Modified: libmicrohttpd/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-10 04:46:10 UTC (rev 102391) +++ PKGBUILD 2013-12-10 10:03:35 UTC (rev 102392) @@ -6,8 +6,8 @@ # Contributor: Mathias Rohnstock <[email protected]> pkgname=libmicrohttpd -pkgver=0.9.27 -pkgrel=2 +pkgver=0.9.32 +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') url="http://www.gnu.org/software/libmicrohttpd/" @@ -15,7 +15,7 @@ depends=('gnutls' 'libgcrypt') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('a10496b7f1b495aaf6897584da52f51b') +md5sums=('29dcc1c201c36044be2c3f816c64a5bb') build() { cd ${pkgname}-${pkgver}
