diff --git a/map-1905/Makefile b/map-1905/Makefile index 802df0963..60ce1e0da 100644 --- a/map-1905/Makefile +++ b/map-1905/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=map-1905 -PKG_VERSION:=0.0.9 +PKG_VERSION:=0.0.10 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=62d39335a18e2910912293aced351aa1121eac16 +PKG_SOURCE_VERSION:=7cdc6d38674bef2c6003a4b60b63be8a789421be PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/map-1905.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif