diff --git a/xmppc/Makefile b/xmppc/Makefile index b5db9303a..79ec6f8fd 100755 --- a/xmppc/Makefile +++ b/xmppc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 iopsys Software Solutions AB +# Copyright (C) 2020-2023 IOPSYS Software Solutions AB # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xmppc -PKG_VERSION:=2.1.0 +PKG_VERSION:=2.1.1 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/xmppc.git -PKG_SOURCE_VERSION:=e50f752be92c48a7e8226cda76d508eccb487bf9 +PKG_SOURCE_VERSION:=6576bad7849ca4027dd1214086a91eb046f7aa53 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif @@ -34,7 +34,7 @@ define Package/$(PKG_NAME) CATEGORY:=Utilities SUBMENU:=TRx69 TITLE:=BBF xmpp Client - DEPENDS:=+libuci +libubox +libstrophe +libubus +libbbf_api + DEPENDS:=+libuci +libubox +libstrophe +libubus +libbbfdm-api endef define Package/$(PKG_NAME)/description