diff options
Diffstat (limited to 'net-mgmt/promxy/Makefile')
-rw-r--r-- | net-mgmt/promxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/promxy/Makefile b/net-mgmt/promxy/Makefile index 4951bd2a01ce..96cac964007c 100644 --- a/net-mgmt/promxy/Makefile +++ b/net-mgmt/promxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= promxy DISTVERSIONPREFIX= v -DISTVERSION= 0.0.87 -PORTREVISION= 5 +DISTVERSION= 0.0.93 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= timp87@gmail.com @@ -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 |