summaryrefslogtreecommitdiff
path: root/community/libmicrohttpd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libmicrohttpd/PKGBUILD')
-rw-r--r--community/libmicrohttpd/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD
index 817bed807..3d573c480 100644
--- a/community/libmicrohttpd/PKGBUILD
+++ b/community/libmicrohttpd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 110680 2014-05-05 09:14:21Z spupykin $
+# $Id: PKGBUILD 112457 2014-06-02 10:45:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Norberto Lopes <shelika@mail.telepac.pt>
# Contributor: Kao Dome <kaodome@gmail.com>
@@ -6,7 +6,7 @@
# Contributor: Mathias Rohnstock <linksoft@gmx.de>
pkgname=libmicrohttpd
-pkgver=0.9.35
+pkgver=0.9.37
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=('a9d747b6666879569036bb791653a1c7')
+md5sums=('fdf1e0534d83bbf2663f80fa7873be77')
build() {
cd ${pkgname}-${pkgver}