From 87bca709aebcef7c46e832ff22d71b80f4cafc0d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 17 Aug 2019 10:42:22 +0200 Subject: [PATCH] libwebsockets: update to 3.2.0. --- common/shlibs | 2 +- srcpkgs/libwebsockets/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 33280139ed4..0b1dce208f7 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libwebsockets/template b/srcpkgs/libwebsockets/template index d5b0306b73d..4a01264d099 100644 --- a/srcpkgs/libwebsockets/template +++ b/srcpkgs/libwebsockets/template @@ -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"