diff --git a/obuspa/Makefile b/obuspa/Makefile index 3ffae638a..859125aa8 100644 --- a/obuspa/Makefile +++ b/obuspa/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obuspa -PKG_VERSION:=3.0.0.20 +PKG_VERSION:=3.0.0.21 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=a35a8e45205b2992f9f12f288cada9d2c6653a8a +PKG_SOURCE_VERSION:=8e02cca6450ac24d86bacce85dae5bf51ac11162 PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/obuspa.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif