Date: Thursday, October 6, 2016 @ 07:58:03 Author: spupykin Revision: 191460
upgpkg: libmicrohttpd 0.9.51-1 upd Modified: libmicrohttpd/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-06 07:57:58 UTC (rev 191459) +++ PKGBUILD 2016-10-06 07:58:03 UTC (rev 191460) @@ -6,7 +6,7 @@ # Contributor: Mathias Rohnstock <[email protected]> pkgname=libmicrohttpd -pkgver=0.9.50 +pkgver=0.9.51 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') @@ -15,7 +15,7 @@ depends=('gnutls' 'libgcrypt') optdepends=('file' 'curl') source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('4a3f793d59f663a2b0fc62d44668fb66') +md5sums=('452f6a4cef08f23f88915b86bde4d9d6') build() { cd ${pkgname}-${pkgver}
