diff options
Diffstat (limited to 'net/traefik/Makefile')
-rw-r--r-- | net/traefik/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/traefik/Makefile b/net/traefik/Makefile index 552ad8b34c53..75ea7022e916 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,5 +1,6 @@ PORTNAME= traefik -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} @@ -12,7 +13,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 |