libwebsockets: update to 3.0.1.

This commit is contained in:
maxice8 2018-09-07 11:37:58 -03:00
parent 23c71b2aca
commit 2be77cfaf9
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,6 +1,6 @@
# Template file for 'libwebsockets' # Template file for 'libwebsockets'
pkgname=libwebsockets pkgname=libwebsockets
version=3.0.0 version=3.0.1
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_HTTP2=ON -DLWS_IPV6=ON configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_HTTP2=ON -DLWS_IPV6=ON
@ -11,8 +11,8 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="LGPL-2.1-only" license="LGPL-2.1-only"
#changelog="https://raw.githubusercontent.com/warmcat/libwebsockets/v3.0-stable/changelog" #changelog="https://raw.githubusercontent.com/warmcat/libwebsockets/v3.0-stable/changelog"
homepage="https://libwebsockets.org" homepage="https://libwebsockets.org"
distfiles="https://github.com/warmcat/libwebsockets/archive/v$version.tar.gz" distfiles="https://github.com/warmcat/libwebsockets/archive/v${version}.tar.gz"
checksum=a6b611c212c52f161f70556339fdaa199b7e9b6a167c4638e086d19db75d6290 checksum=cb0cdd8d0954fcfd97a689077568f286cdbb44111883e0a85d29860449c47cbf
CFLAGS="-Wno-error" CFLAGS="-Wno-error"