libwebsockets: update to 3.1.0.

This commit is contained in:
maxice8 2018-11-24 18:29:29 -02:00 committed by maxice8
parent 7b13f4d05d
commit 1e57f4e9dd
2 changed files with 5 additions and 5 deletions

View File

@ -2025,7 +2025,7 @@ libcvm-v1client.so.1 cvm-0.97_1
libcvm-v2client.so.1 cvm-0.97_1
libudns.so.0 udns-0.4_1
libcriu.so.1 criu-1.5.1_2
libwebsockets.so.13 libwebsockets-3.0.0_1
libwebsockets.so.14 libwebsockets-3.1.0_1
libnfc.so.0 libnfc-1.7.1_1
libfuzzy.so.2 libfuzzy-2.12_1
libSDL_gfx.so.15 SDL_gfx-2.0.25_2

View File

@ -1,7 +1,7 @@
# Template file for 'libwebsockets'
pkgname=libwebsockets
version=3.0.1
revision=2
version=3.1.0
revision=1
build_style=cmake
configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_HTTP2=ON -DLWS_IPV6=ON
-DLWS_HAVE_LIBCAP=ON"
@ -9,10 +9,10 @@ makedepends="libcap-devel libev-devel libressl-devel zlib-devel"
short_desc="Lightweight client and server websocket library"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="LGPL-2.1-only"
#changelog="https://raw.githubusercontent.com/warmcat/libwebsockets/v3.0-stable/changelog"
homepage="https://libwebsockets.org"
#changelog="https://raw.githubusercontent.com/warmcat/libwebsockets/v3.0-stable/changelog"
distfiles="https://github.com/warmcat/libwebsockets/archive/v${version}.tar.gz"
checksum=cb0cdd8d0954fcfd97a689077568f286cdbb44111883e0a85d29860449c47cbf
checksum=db948be74c78fc13f1f1a55e76707d7baae3a1c8f62b625f639e8f2736298324
CFLAGS="-Wno-error"