diff mbox

[LEDE-DEV,packages] libwebsockets: bump to 2.2.1

Message ID 20170329171659.6531-1-zajec5@gmail.com
State Superseded
Delegated to: Rafał Miłecki
Headers show

Commit Message

Rafał Miłecki March 29, 2017, 5:16 p.m. UTC
From: Rafał Miłecki <rafal@milecki.pl>

For changes since 2.0.x see
https://github.com/warmcat/libwebsockets/blob/v2.2-stable/changelog

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 libs/libwebsockets/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Rafał Miłecki May 24, 2017, 11:25 a.m. UTC | #1
On 29 March 2017 at 19:16, Rafał Miłecki <zajec5@gmail.com> wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
>
> For changes since 2.0.x see
> https://github.com/warmcat/libwebsockets/blob/v2.2-stable/changelog
>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>

For a reference: patch ignored and not needed anymore since Karl
bumped package on his own in commit 3aab07b0d6528 ("libwebsockets:
bump to 2.2.1").
diff mbox

Patch

diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile
index 27455a34..cfc441b5 100644
--- a/libs/libwebsockets/Makefile
+++ b/libs/libwebsockets/Makefile
@@ -8,13 +8,13 @@ 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libwebsockets
-PKG_VERSION:=2.0.3
+PKG_VERSION:=2.2.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_URL:=https://codeload.github.com/warmcat/libwebsockets/tar.gz/v$(PKG_VERSION)?
-PKG_MD5SUM:=a025156d606d90579e65d53ccd062a94
+PKG_MD5SUM:=1f641cde2ab3687db3d553f68fe0f620
 
 
 PKG_SOURCE_VERSION:=v$(PKG_VERSION)