From 1a04b89cbb8e27e4622005c896745498af51ef45 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 23 Jan 2014 03:40:09 +0000 Subject: Thu Jan 23 03:35:13 UTC 2014 --- community/libmicrohttpd/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/libmicrohttpd') diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD index ff3dc8155..244202ec5 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 103919 2014-01-13 17:16:51Z andyrtr $ +# $Id: PKGBUILD 104514 2014-01-22 06:55:18Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Norberto Lopes # Contributor: Kao Dome @@ -6,8 +6,8 @@ # Contributor: Mathias Rohnstock pkgname=libmicrohttpd -pkgver=0.9.32 -pkgrel=2 +pkgver=0.9.33 +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 @@ license=('LGPL') depends=('gnutls' 'libgcrypt') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('29dcc1c201c36044be2c3f816c64a5bb') +md5sums=('013b10f9de1cda5448b29c81305354a3') build() { cd ${pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf