diff options
Diffstat (limited to 'net/frp/Makefile')
-rw-r--r-- | net/frp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/frp/Makefile b/net/frp/Makefile index 7a1bfa540003..b6f9fab04410 100644 --- a/net/frp/Makefile +++ b/net/frp/Makefile @@ -1,6 +1,7 @@ PORTNAME= frp DISTVERSIONPREFIX= v -DISTVERSION= 0.64.0 +DISTVERSION= 0.65.0 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org @@ -10,7 +11,7 @@ WWW= https://github.com/fatedier/frp LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:1.24,modules USE_GITHUB= nodefault GH_TUPLE= golang:net:v0.8.0:net \ golang:sys:v0.6.0:sys \ |