diff options
author | Dengfeng Liu <liudf0716@gmail.com> | 2022-11-20 09:11:41 +0000 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2022-11-21 02:14:42 +0800 |
commit | 419c4340026b585bfc558c3027d4308e862c795c (patch) | |
tree | 5edba662e24507d80ffd5702d7772b90ca5caa40 /net/xfrpc/Makefile | |
parent | db5e6cf5361fde0eaa7e4f0059cda3949e96ffd1 (diff) |
xfrpc: Update to 1.11.587
refactor tcp mux
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
Diffstat (limited to 'net/xfrpc/Makefile')
-rw-r--r-- | net/xfrpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xfrpc/Makefile b/net/xfrpc/Makefile index aeffcba6b..9a98f37db 100644 --- a/net/xfrpc/Makefile +++ b/net/xfrpc/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xfrpc -PKG_VERSION:=1.07.582 +PKG_VERSION:=1.11.587 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/liudf0716/xfrpc.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=163d255e65bf516864bbd6db91f6f694fd42409d9cddcf08372ccfff650e5032 +PKG_MIRROR_HASH:=da58e702d3b451e1b5a3d59ac3842cc424f636ca879c19ebb94cce8aa8dde3bb PKG_MAINTAINER:=Dengfeng Liu <liudf0716@gmail.com> PKG_LICENSE:=GPL-3.0-or-later |