From 260a7afd0a44835fb34f538597893cb8e34505ac Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 20 Feb 2016 22:43:22 +0100 Subject: [PATCH] libwebsockets: update to 1.7.1. --- srcpkgs/libwebsockets/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libwebsockets/template b/srcpkgs/libwebsockets/template index 8f451b041d9..0fb0cd2026c 100644 --- a/srcpkgs/libwebsockets/template +++ b/srcpkgs/libwebsockets/template @@ -1,17 +1,17 @@ # Template file for 'libwebsockets' pkgname=libwebsockets -version=1.7.0 +version=1.7.1 revision=1 build_style=cmake hostmakedepends="cmake" makedepends="zlib-devel libressl-devel libev-devel" -configure_args="-DLWS_WITH_LIBEV=1 -DLWS_USE_IPV6=1" +configure_args="-DLWS_WITH_LIBEV=1 -DLWS_WITH_HTTP2=1 -DLWS_USE_IPV6=1" short_desc="Lightweight client and server websocket library" maintainer="Enno Boland " license="LGPL-2" homepage="https://libwebsockets.org" distfiles="http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot/$pkgname-$version.tar.gz" -checksum=17935e43f9315439a5b8ea115bcc39d72cefdfc7f70bd2f83ece36489e3a42b7 +checksum=9a0c562413e727e12d199ff68b036c2984725293ee26874626340adc59df2354 CFLAGS="-Wno-error" libwebsockets-devel_package() {