From 63b6ff0f27cfa4856ea612e958d489f1ee0679a7 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Tue, 4 Jun 2024 17:42:43 +0530 Subject: [PATCH] bbfdm: 1.8.27 - Optimized micro-service registrations - Removed instance saving for ProcessStatus --- bbfdm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbfdm/Makefile b/bbfdm/Makefile index 79689240e..a91dcbaba 100644 --- a/bbfdm/Makefile +++ b/bbfdm/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bbfdm -PKG_VERSION:=1.8.26 +PKG_VERSION:=1.8.27 USE_LOCAL:=0 ifneq ($(USE_LOCAL),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git -PKG_SOURCE_VERSION:=6df8fecbcc72e55f2ba06ae933dcddb6f725b204 +PKG_SOURCE_VERSION:=0d16ce491afd3d31c36aa4fa752d18c730e768ba PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif