From 5877112f5e2790fc9f3776ca642626493bbca196 Mon Sep 17 00:00:00 2001 From: vdutta Date: Fri, 26 Feb 2021 15:32:35 +0530 Subject: [PATCH] obuspa: Add reference follow in search queries --- obuspa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obuspa/Makefile b/obuspa/Makefile index fa8703ebc..af4aeadca 100644 --- a/obuspa/Makefile +++ b/obuspa/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obuspa -PKG_VERSION:=3.0.0.16 +PKG_VERSION:=3.0.0.17 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=16f8b0b6ab9274531ab8a371920912107e68ae09 +PKG_SOURCE_VERSION:=7ee552bd5f5de70ea274f8a15f4447061c6e4e03 PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/obuspa.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif