summaryrefslogtreecommitdiff
path: root/community/libmicrohttpd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libmicrohttpd/PKGBUILD')
-rw-r--r--community/libmicrohttpd/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD
index 895547afe..10d90a60c 100644
--- a/community/libmicrohttpd/PKGBUILD
+++ b/community/libmicrohttpd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 80762 2012-12-03 10:11:15Z spupykin $
+# $Id: PKGBUILD 81709 2012-12-27 13:15:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Norberto Lopes <shelika@mail.telepac.pt>
# Contributor: Kao Dome <kaodome@gmail.com>
@@ -6,8 +6,8 @@
# Contributor: Mathias Rohnstock <linksoft@gmx.de>
pkgname=libmicrohttpd
-pkgver=0.9.23
-pkgrel=2
+pkgver=0.9.24
+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/"
@@ -16,7 +16,7 @@ options=('!libtool')
depends=('gnutls' 'libgcrypt')
install=libmicrohttpd.install
source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('efd038d93836adc0149beaa1c2927f61')
+md5sums=('2891c82cc85a92e6944cacf9ae413f7c')
build() {
cd ${pkgname}-${pkgver}