From 50a680160595db91402a7d283bc672c7f9110cdc Mon Sep 17 00:00:00 2001 From: Van Waholtz Date: Wed, 5 Jul 2023 22:06:24 +0800 Subject: [PATCH] frp: update to 0.51.0 XTCP is incompatible with previous versions since 0.49.0. Changelog: https://github.com/fatedier/frp/releases/tag/v0.49.0 https://github.com/fatedier/frp/releases/tag/v0.50.0 https://github.com/fatedier/frp/releases/tag/v0.51.0 Signed-off-by: Van Waholtz (cherry picked from commit 62901b7895583d6f4845bf7cc2d944f98c662a1e) --- net/frp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/frp/Makefile b/net/frp/Makefile index c9be72fb6a..fdb40431d9 100644 --- a/net/frp/Makefile +++ b/net/frp/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=frp -PKG_VERSION:=0.50.0 +PKG_VERSION:=0.51.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:=e33b5c88246acee63e098114acd0f10dddbbfe7095ada854b814f86869221f8e +PKG_HASH:=80ccfa40c4e25309ddb48818f6342bc59f7639be83ab6ef59ffab5caeedc37e8 PKG_MAINTAINER:=Richard Yu PKG_LICENSE:=Apache-2.0