diff options
author | Richard Yu <yurichard3839@gmail.com> | 2019-08-04 21:33:22 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-08-04 23:27:30 +0800 |
commit | d9b8f42c470d543ea5c553be8963c5d850796ce6 (patch) | |
tree | 39810481f40f131f2003b42758415cdee82ee95b /net | |
parent | 808efd69ee0d3e304d63ef383d57d8481e6cfe28 (diff) |
frp: update to 0.28.0
and fix a typo in frpc.config
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/frp/Makefile | 6 | ||||
-rw-r--r-- | net/frp/files/frpc.config | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/frp/Makefile b/net/frp/Makefile index 994305d35..4033ae0fa 100644 --- a/net/frp/Makefile +++ b/net/frp/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=frp -PKG_VERSION:=0.27.0 -PKG_RELEASE:=2 +PKG_VERSION:=0.28.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/fatedier/frp/tar.gz/v${PKG_VERSION}? -PKG_HASH:=5d2efd5d924c7a7f84a9f2838de6ab9b7d5ca070ab243edd404a5ca80237607c +PKG_HASH:=61afbd0e84fc1ab92eacce5a642e2590d1b8c1a972a78f6499165c1778aa62cf PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com> PKG_LICENSE:=Apache-2.0 diff --git a/net/frp/files/frpc.config b/net/frp/files/frpc.config index 06bcbb186..492e224ff 100644 --- a/net/frp/files/frpc.config +++ b/net/frp/files/frpc.config @@ -8,7 +8,7 @@ config init # https://github.com/fatedier/frp#configuration-file-template # list env 'ENV_NAME=value' # Config files include in temporary config file. -# list conf_inc '/etc/frp/frps.d/frpc_full.ini' +# list conf_inc '/etc/frp/frpc.d/frpc_full.ini' config conf 'common' option server_addr 127.0.0.1 |