libwebsockets: update to 2.4.2.

Closes: #12266 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-08 03:24:57 -03:00 committed by Michael Aldridge
parent 5d9865fd6d
commit 426ac6472c

View file

@ -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 <gottox@voidlinux.eu>"
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"