From 14dd31ef27adf023becce757898c9c075591fc08 Mon Sep 17 00:00:00 2001 From: Van Waholtz Date: Thu, 17 Aug 2023 10:53:24 +0800 Subject: [PATCH] frp: update to 0.51.3 Includes some bug fixes and adds support for GO 1.21. Signed-off-by: Van Waholtz --- net/frp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/frp/Makefile b/net/frp/Makefile index fdb40431d9..81a0b758bf 100644 --- a/net/frp/Makefile +++ b/net/frp/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=frp -PKG_VERSION:=0.51.0 +PKG_VERSION:=0.51.3 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:=80ccfa40c4e25309ddb48818f6342bc59f7639be83ab6ef59ffab5caeedc37e8 +PKG_HASH:=83032399773901348c660d41c967530e794ab58172ccd070db89d5e50d915fef PKG_MAINTAINER:=Richard Yu PKG_LICENSE:=Apache-2.0