From 25c86faaa30a7e55b29fb21bbaa3ff39fb93c354 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 1 Apr 2017 15:26:32 +0200 Subject: [PATCH] libwebsockets: update to 2.2.1. --- srcpkgs/libwebsockets/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libwebsockets/template b/srcpkgs/libwebsockets/template index c27069bec1a..fd9f7331d54 100644 --- a/srcpkgs/libwebsockets/template +++ b/srcpkgs/libwebsockets/template @@ -1,6 +1,6 @@ # Template file for 'libwebsockets' pkgname=libwebsockets -version=2.2.0 +version=2.2.1 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=1be5d9b959eab118efb336ef07d6c1e0af08a17409f06167a55ae874221f11a1 +checksum=e7f9eaef258e003c9ada0803a9a5636757a5bc0a58927858834fb38a87d18ad2 CFLAGS="-Wno-error"