summaryrefslogtreecommitdiffstats
path: root/abs/extra/libmicrohttpd
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/libmicrohttpd')
-rw-r--r--abs/extra/libmicrohttpd/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/libmicrohttpd/PKGBUILD b/abs/extra/libmicrohttpd/PKGBUILD
index 76c7b6e..316d989 100644
--- a/abs/extra/libmicrohttpd/PKGBUILD
+++ b/abs/extra/libmicrohttpd/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Mathias Rohnstock <linksoft@gmx.de>
pkgname=libmicrohttpd
-pkgver=0.9.37
+pkgver=0.9.44
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=('fdf1e0534d83bbf2663f80fa7873be77')
+md5sums=('9101b5ebf8f71792938ae672da314da2')
build() {
cd ${pkgname}-${pkgver}