From 2b43c27e53a5614297d2757f5e1ba8fe50d632e6 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Tue, 15 Jul 2025 10:07:05 +0530 Subject: [PATCH] xmppc: Fix ConnReqXMPPConnection reference --- xmppc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmppc/Makefile b/xmppc/Makefile index e87f36dd0..28120a670 100755 --- a/xmppc/Makefile +++ b/xmppc/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xmppc -PKG_VERSION:=2.2.13 +PKG_VERSION:=2.2.14 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/xmppc.git -PKG_SOURCE_VERSION:=5dc59fec17f9259ce40959b3fc0fc344322d5435 +PKG_SOURCE_VERSION:=8d2999134683153c0971791230373afabe204afe PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif