From 438ac7e0f9fd1ad04019efd6d16eef5b9ef4c4d0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 22 Aug 2017 20:54:48 +0200 Subject: [PATCH] libwebsockets: update to 2.3.0. --- common/shlibs | 2 +- srcpkgs/libwebsockets/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index c2be0cc710..2a3506ce00 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1996,7 +1996,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.10 libwebsockets-2.2.0_1 +libwebsockets.so.11 libwebsockets-2.3.0_1 libbitcoinconsensus.so.0 litecoin-0.10.1.2_1 libnfc.so.0 libnfc-1.7.1_1 libfuzzy.so.2 libfuzzy-2.12_1 diff --git a/srcpkgs/libwebsockets/template b/srcpkgs/libwebsockets/template index 5a182dc00c..63d725f788 100644 --- a/srcpkgs/libwebsockets/template +++ b/srcpkgs/libwebsockets/template @@ -1,6 +1,6 @@ # Template file for 'libwebsockets' pkgname=libwebsockets -version=2.2.2 +version=2.3.0 revision=1 build_style=cmake makedepends="zlib-devel libressl-devel libev-devel" @@ -10,7 +10,7 @@ maintainer="Enno Boland " license="LGPL-2" homepage="https://libwebsockets.org" distfiles="https://github.com/warmcat/libwebsockets/archive/v$version.tar.gz" -checksum=e38a7d981fe87b9a86b1f1cddd1f9e062d3896c488e6b2a32cb700d4c959ecba +checksum=f08a8233ca1837640b72b1790cce741ce4b0feaaa6b408fe28a303cbf0408fa1 CFLAGS="-Wno-error"