Date: Saturday, October 10, 2015 @ 13:40:30 Author: spupykin Revision: 143588
upgpkg: libmicrohttpd 0.9.44-1 upd Modified: libmicrohttpd/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-10 11:40:26 UTC (rev 143587) +++ PKGBUILD 2015-10-10 11:40:30 UTC (rev 143588) @@ -6,7 +6,7 @@ # Contributor: Mathias Rohnstock <[email protected]> pkgname=libmicrohttpd -pkgver=0.9.42 +pkgver=0.9.44 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 @@ optdepends=('file' 'curl') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('3b9cf0b67fc8ebc9e69f53c6bc84a88d') +md5sums=('9101b5ebf8f71792938ae672da314da2') build() { cd ${pkgname}-${pkgver}
