From 8d20d4ba45da2fe798c18d8f43d657273199b159 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Mon, 5 Jun 2023 19:48:18 +0530 Subject: [PATCH] obuspa: Added caching for refresh instances --- obuspa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obuspa/Makefile b/obuspa/Makefile index 3c195314c..f085efbdf 100644 --- a/obuspa/Makefile +++ b/obuspa/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obuspa -PKG_VERSION:=7.0.2.16 +PKG_VERSION:=7.0.2.17 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/obuspa.git -PKG_SOURCE_VERSION:=312a739dc9106e8ff490288ba22270f4ce7e1fed +PKG_SOURCE_VERSION:=da41c68d9a7abcf5cba8f7a915b35386a9418945 PKG_MAINTAINER:=Vivek Dutta PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip