From 5ccaccf03bfd6f522806e27cc2d27d77453015e4 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 5 Nov 2015 13:59:22 +0000 Subject: [PATCH] libwebsockets: Bump to version 1.5 Very minor changes in this release, but best to keep up. Full changelog available at http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/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 9e827d7d8..3e5f00462 100644 --- a/libs/libwebsockets/Makefile +++ b/libs/libwebsockets/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libwebsockets -PKG_VERSION:=1.4-chrome43-firefox-36 +PKG_VERSION:=1.5-chrome47-firefox41 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz