From 9afd7c83e430a823fbbf5142e5a3a0ac42a28cb6 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 5 Apr 2016 15:39:29 +0000 Subject: [PATCH] libwebsockets: bump to 1.7.5 Minor fixes, see https://github.com/warmcat/libwebsockets/blob/v1.7-stable/changelog for full changelog. Signed-off-by: Karl Palsson --- libs/libwebsockets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile index ca377d3fa8..76375d01da 100644 --- a/libs/libwebsockets/Makefile +++ b/libs/libwebsockets/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libwebsockets -PKG_VERSION:=1.7.3 +PKG_VERSION:=1.7.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -- 2.30.2