diff options
Diffstat (limited to 'sysutils/f2/Makefile')
| -rw-r--r-- | sysutils/f2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/f2/Makefile b/sysutils/f2/Makefile index 706e2d0c9cdd..bc65f09d7ff8 100644 --- a/sysutils/f2/Makefile +++ b/sysutils/f2/Makefile @@ -1,7 +1,6 @@ PORTNAME= f2 DISTVERSIONPREFIX= v -DISTVERSION= 2.0.3 -PORTREVISION= 7 +DISTVERSION= 2.2.2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -12,7 +11,7 @@ WWW= https://f2.freshman.tech/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE -USES= go:modules +USES= go:1.25,modules GO_MODULE= github.com/ayoisaiah/f2/v2 GO_TARGET= ./cmd/f2 |
