Date: Friday, February 5, 2016 @ 12:28:21 Author: spupykin Revision: 160400
upgpkg: libmicrohttpd 0.9.48-1 upd Modified: libmicrohttpd/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-05 11:27:49 UTC (rev 160399) +++ PKGBUILD 2016-02-05 11:28:21 UTC (rev 160400) @@ -6,7 +6,7 @@ # Contributor: Mathias Rohnstock <[email protected]> pkgname=libmicrohttpd -pkgver=0.9.44 +pkgver=0.9.48 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=('9101b5ebf8f71792938ae672da314da2') +md5sums=('9c298c890088a91fe0d7ac3fec9d0097') build() { cd ${pkgname}-${pkgver}
