Date: Friday, November 24, 2017 @ 23:29:51 Author: arojas Revision: 268367
Update to 0.9.56 Modified: libmicrohttpd/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-24 22:37:44 UTC (rev 268366) +++ PKGBUILD 2017-11-24 23:29:51 UTC (rev 268367) @@ -6,16 +6,16 @@ # Contributor: Mathias Rohnstock <[email protected]> pkgname=libmicrohttpd -pkgver=0.9.55 +pkgver=0.9.56 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=('x86_64') url="http://www.gnu.org/software/libmicrohttpd/" license=('LGPL') -depends=('gnutls' 'libgcrypt') +depends=('gnutls') optdepends=('file' 'curl') source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -sha256sums=('0c1cab8dc9f2588bd3076a28f77a7f8de9560cbf2d80e53f9a8696ada80ed0f8') +sha256sums=('2c23b938114b1fa14cf47d1b4cdb0f4c5d86b7905c4f3a40684bdea129640789') build() { cd ${pkgname}-${pkgver}
