Date: Thursday, May 4, 2017 @ 09:10:05 Author: spupykin Revision: 226894
upgpkg: libmicrohttpd 0.9.54-1 Modified: libmicrohttpd/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-04 09:07:42 UTC (rev 226893) +++ PKGBUILD 2017-05-04 09:10:05 UTC (rev 226894) @@ -6,7 +6,7 @@ # Contributor: Mathias Rohnstock <[email protected]> pkgname=libmicrohttpd -pkgver=0.9.53 +pkgver=0.9.54 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) -sha256sums=('9b15ec2d381f44936323adfd4f989fa35add517cccbbfa581896b02a393c2cc4') +sha256sums=('bcc721895d4a114b0548a39d2241c35caacb9e2e072d40e11b55c60e3d5ddcbe') build() { cd ${pkgname}-${pkgver}
