diff --git a/srcpkgs/libwebsockets/template b/srcpkgs/libwebsockets/template index dc2d813a56..10b02f9fd3 100644 --- a/srcpkgs/libwebsockets/template +++ b/srcpkgs/libwebsockets/template @@ -1,16 +1,16 @@ # Template file for 'libwebsockets' pkgname=libwebsockets -version=2.4.1 -revision=2 +version=2.4.2 +revision=1 build_style=cmake makedepends="zlib-devel libressl-devel libev-devel" 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" +license="LGPL-2.1-only" homepage="https://libwebsockets.org" distfiles="https://github.com/warmcat/libwebsockets/archive/v$version.tar.gz" -checksum=29414be4f79f6abc0e6aadccd09a4da0f0c431e3b5691f496acd081ae6a8240c +checksum=5cfa77d712e9b9fabb85666a2a42ae712b744a613772f23d85385f30fbc3e0cf CFLAGS="-Wno-error"