diff options
author | root <root@rshg054.dnsready.net> | 2013-04-17 00:05:54 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-17 00:05:54 -0700 |
commit | 0f02baec6afdab918d86a226ee9a984482b5a534 (patch) | |
tree | 15cb1e77a0a46bc218404a4725caeda3089039f8 /community/libmicrohttpd | |
parent | 975d6f489c6c43bbc7b816ac43333c54c1f4df21 (diff) |
Wed Apr 17 00:05:54 PDT 2013
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 e640709e5..92f502161 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 88045 2013-04-10 16:08:55Z spupykin $ +# $Id: PKGBUILD 88319 2013-04-16 13:28:55Z 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.25 -pkgrel=2 +pkgver=0.9.26 +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=('4f3b8ccd50e7133283f2aec5cc21620f') +md5sums=('bdac9b62fa3080890f9ab44cf29749fc') build() { cd ${pkgname}-${pkgver} |