From ce4d398492439b33536c23dcb82a6307c8e74d22 Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Wed, 18 Jan 2023 16:55:09 +0100 Subject: [PATCH] map-controller: 4.1.1.1 --- map-controller/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map-controller/Makefile b/map-controller/Makefile index 7958cb43c..14ab171e6 100644 --- a/map-controller/Makefile +++ b/map-controller/Makefile @@ -5,9 +5,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=map-controller -PKG_VERSION:=4.1.1.0 +PKG_VERSION:=4.1.1.1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=415267c080e255ad834c0b0690cb3f4bd2e3fad5 +PKG_SOURCE_VERSION:=7688c5fc6efe2c6f9ac82180035d5c16081c14ec LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1)