diff options
Diffstat (limited to 'net/traefik/Makefile')
-rw-r--r-- | net/traefik/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/traefik/Makefile b/net/traefik/Makefile index ed07d7f9de87..9de9b6462a41 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,5 +1,5 @@ PORTNAME= traefik -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.4 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= go-bindata:devel/go-bindata -USES= cpe go:1.23,modules tar:xz +USES= cpe go:1.24,modules tar:xz USE_RC_SUBR= traefik |