xmppc: 2.1.1

This commit is contained in:
Amin Ben Romdhane 2023-04-18 00:37:15 +02:00
parent 413bf32059
commit b7fc922820

View file

@ -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. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=xmppc PKG_NAME:=xmppc
PKG_VERSION:=2.1.0 PKG_VERSION:=2.1.1
LOCAL_DEV:=0 LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/xmppc.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_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip PKG_MIRROR_HASH:=skip
endif endif
@ -34,7 +34,7 @@ define Package/$(PKG_NAME)
CATEGORY:=Utilities CATEGORY:=Utilities
SUBMENU:=TRx69 SUBMENU:=TRx69
TITLE:=BBF xmpp Client TITLE:=BBF xmpp Client
DEPENDS:=+libuci +libubox +libstrophe +libubus +libbbf_api DEPENDS:=+libuci +libubox +libstrophe +libubus +libbbfdm-api
endef endef
define Package/$(PKG_NAME)/description define Package/$(PKG_NAME)/description