diff options
author | root <root@rshg054.dnsready.net> | 2012-12-28 02:03:12 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-28 02:03:12 -0800 |
commit | f898ca0bac349e5ffa815b91afbcc852956d8913 (patch) | |
tree | a7809ed1b6c049f8cfdd25b35d0366113621fa9f /community/libmicrohttpd | |
parent | bea8c358e2a890b16f8f158995cd342952fd4a60 (diff) |
Fri Dec 28 01:59:05 PST 2012
Diffstat (limited to 'community/libmicrohttpd')
-rw-r--r-- | community/libmicrohttpd/PKGBUILD | 8 |
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} |