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 733993d0f..907caec87 100644
--- a/community/libmicrohttpd/PKGBUILD
+++ b/community/libmicrohttpd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 55439 2011-09-12 19:23:22Z spupykin $
+# $Id: PKGBUILD 56030 2011-09-29 09:40:54Z 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.14
+pkgver=0.9.15
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' 'mips64el')
@@ -16,7 +16,7 @@ options=('!libtool')
depends=('gnutls' 'libgcrypt')
install=libmicrohttpd.install
source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('9bc69bb2898e4b27dd3dd7e4b8ac7098')
+md5sums=('fb726a48095cc6b25c245dbc27ea76b0')
build() {
cd ${pkgname}-${pkgver}