From 58ee2a8b8164437294a44a627d05ee1c701ced57 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 6 May 2014 03:44:20 +0000 Subject: Tue May 6 03:39:24 UTC 2014 --- 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 10e012434..817bed807 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 109027 2014-04-09 11:57:32Z spupykin $ +# $Id: PKGBUILD 110680 2014-05-05 09:14:21Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Norberto Lopes # Contributor: Kao Dome @@ -6,7 +6,7 @@ # Contributor: Mathias Rohnstock pkgname=libmicrohttpd -pkgver=0.9.34 +pkgver=0.9.35 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') optdepends=('file' 'curl') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('2947eee13c2c8affb95023a0cb6fda0c') +md5sums=('a9d747b6666879569036bb791653a1c7') build() { cd ${pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf