From d236124c923b3d4e909aed0036af5f2843630c72 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 11 Jan 2020 23:29:03 +0800 Subject: [PATCH] npc: bump to v0.26.0 --- 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 1d7628bda9..c2c11c6ba2 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.25.3 +PKG_VERSION:=0.26.0 PKG_RELEASE:=1 ifeq ($(ARCH),mipsel)