diff options
Diffstat (limited to 'security/vouch-proxy/Makefile')
-rw-r--r-- | security/vouch-proxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/vouch-proxy/Makefile b/security/vouch-proxy/Makefile index 31b950d88bd0..9d4136e4cbdf 100644 --- a/security/vouch-proxy/Makefile +++ b/security/vouch-proxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= vouch-proxy DISTVERSIONPREFIX=v -DISTVERSION= 0.41.0 -PORTREVISION= 5 +DISTVERSION= 0.45.1 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= decke@FreeBSD.org @@ -11,7 +11,7 @@ WWW= https://github.com/vouch/vouch-proxy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules,1.23 +USES= go:modules USE_RC_SUBR= ${PORTNAME} |