From a4bfe48e273476e15f3689a1afcaf7dcb8f859c9 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 4 Jan 2023 20:42:58 +0100 Subject: [PATCH] libwebsockets: update PKG_RELEASE Fixes: df13b03e50 ("libwebsockets: fix uloop support") Signed-off-by: John Crispin --- libs/libwebsockets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile index bb54b66550..c71510b01d 100644 --- a/libs/libwebsockets/Makefile +++ b/libs/libwebsockets/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libwebsockets PKG_VERSION:=4.3.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)