diff --git a/map-1905/Makefile b/map-1905/Makefile index c23f5289c..6e602adab 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.2 +PKG_VERSION:=0.0.3 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=cfab8f7fb1bf3a8e3359e09f98089961c7c055d3 +PKG_SOURCE_VERSION:=e2ac386f1686829a4fdcdcfdc342a94c861bf060 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/map-1905.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif