From a9a90be9df1ff2946134c6692646c043bb5051e2 Mon Sep 17 00:00:00 2001 From: manyeechen <36399844+manyeechen@users.noreply.github.com> Date: Wed, 12 Feb 2020 20:15:49 +0800 Subject: [PATCH] npc:bump to v0.26.2 (#3057) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add: pprof 调试端口可在配置中设置 #382 --- package/lean/npc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/npc/Makefile b/package/lean/npc/Makefile index 448c03012..cf6829715 100644 --- a/package/lean/npc/Makefile +++ b/package/lean/npc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=npc -PKG_VERSION:=0.26.1 +PKG_VERSION:=0.26.2 PKG_RELEASE:=1 ifeq ($(ARCH),mipsel)