diff options
author | root <root@rshg054.dnsready.net> | 2013-02-07 00:08:35 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-07 00:08:35 -0800 |
commit | 8e5a0a990a12a59cadb687cae22a1960fce1660b (patch) | |
tree | 3a0fe8ce858eb0c6350bd2bcfaf7673f3b490f73 /community/libmicrohttpd | |
parent | a110e74fe4a31aebb09e0da6e407af69ed996837 (diff) |
Thu Feb 7 00:08:35 PST 2013
Diffstat (limited to 'community/libmicrohttpd')
-rw-r--r-- | community/libmicrohttpd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD index 10d90a60c..c71d2a0fb 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81709 2012-12-27 13:15:11Z spupykin $ +# $Id: PKGBUILD 83879 2013-02-06 10:39:46Z 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.24 +pkgver=0.9.25 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 @@ options=('!libtool') depends=('gnutls' 'libgcrypt') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('2891c82cc85a92e6944cacf9ae413f7c') +md5sums=('4f3b8ccd50e7133283f2aec5cc21620f') build() { cd ${pkgname}-${pkgver} |