libwebsockets: update to 3.2.0.

This commit is contained in:
Enno Boland 2019-08-17 10:42:22 +02:00
parent 1c3516e38a
commit 87bca709ae
No known key found for this signature in database
GPG key ID: D09964719BDE9971
2 changed files with 4 additions and 4 deletions

View file

@ -2049,7 +2049,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.14 libwebsockets-3.1.0_1
libwebsockets.so.15 libwebsockets-3.2.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.1.0
revision=2
version=3.2.0
revision=1
build_style=cmake
configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_HTTP2=ON -DLWS_IPV6=ON
-DLWS_HAVE_LIBCAP=ON"
@ -12,7 +12,7 @@ license="LGPL-2.1-only"
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=db948be74c78fc13f1f1a55e76707d7baae3a1c8f62b625f639e8f2736298324
checksum=5e731c536a20d9c03ae611631db073f05cd77bf0906a8c30d2a13638d4c8c667
CFLAGS="-Wno-error"