From 40f5298a3bf9d6755fe0adaff8d9e7a38861da59 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 9 Nov 2019 11:13:55 +0800 Subject: [PATCH] frpc: bump to v0.29.1 --- package/lean/frpc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/frpc/Makefile b/package/lean/frpc/Makefile index 6311766802..8202512411 100644 --- a/package/lean/frpc/Makefile +++ b/package/lean/frpc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=frpc -PKG_VERSION:=0.27.0 +PKG_VERSION:=0.29.1 PKG_RELEASE:=1 ifeq ($(ARCH),mipsel) @@ -67,4 +67,4 @@ define Package/$(PKG_NAME)/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/frpc $(1)/usr/bin/ endef -$(eval $(call BuildPackage,$(PKG_NAME))) \ No newline at end of file +$(eval $(call BuildPackage,$(PKG_NAME)))