diff options
Diffstat (limited to 'net-mgmt/promxy/Makefile')
-rw-r--r-- | net-mgmt/promxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/promxy/Makefile b/net-mgmt/promxy/Makefile index b0e69bd2c961..9cae80e178a3 100644 --- a/net-mgmt/promxy/Makefile +++ b/net-mgmt/promxy/Makefile @@ -1,6 +1,6 @@ PORTNAME= promxy DISTVERSIONPREFIX= v -DISTVERSION= 0.0.87 +DISTVERSION= 0.0.93 PORTREVISION= 3 CATEGORIES= net-mgmt @@ -11,7 +11,7 @@ WWW= https://github.com/jacksontj/promxy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.24,modules USE_RC_SUBR= promxy GO_MODULE= github.com/jacksontj/promxy GO_TARGET= ./cmd/promxy |