diff --git a/srcpkgs/libwebsockets/template b/srcpkgs/libwebsockets/template index 379e40090dc..86c5d28977f 100644 --- a/srcpkgs/libwebsockets/template +++ b/srcpkgs/libwebsockets/template @@ -1,6 +1,6 @@ # Template file for 'libwebsockets' pkgname=libwebsockets -version=3.0.0 +version=3.0.1 revision=1 build_style=cmake configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_HTTP2=ON -DLWS_IPV6=ON @@ -11,8 +11,8 @@ maintainer="Enno Boland " license="LGPL-2.1-only" #changelog="https://raw.githubusercontent.com/warmcat/libwebsockets/v3.0-stable/changelog" homepage="https://libwebsockets.org" -distfiles="https://github.com/warmcat/libwebsockets/archive/v$version.tar.gz" -checksum=a6b611c212c52f161f70556339fdaa199b7e9b6a167c4638e086d19db75d6290 +distfiles="https://github.com/warmcat/libwebsockets/archive/v${version}.tar.gz" +checksum=cb0cdd8d0954fcfd97a689077568f286cdbb44111883e0a85d29860449c47cbf CFLAGS="-Wno-error"