obuspa: Improve refresh instances logic

This commit is contained in:
vdutta 2021-01-24 20:22:57 +05:30
parent 93180ac277
commit ff2ae72bd2

View file

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=obuspa
PKG_VERSION:=3.0.0.9
PKG_VERSION:=3.0.0.10
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=09c1959e36f7084486a4d39548cef422a1ece483
PKG_SOURCE_VERSION:=bc1dba1efe9ec49f468592359d03895f45699abf
PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/obuspa.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
endif