diff options
Diffstat (limited to 'net-p2p/mkbrr/Makefile')
-rw-r--r-- | net-p2p/mkbrr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/mkbrr/Makefile b/net-p2p/mkbrr/Makefile index d27ce80989e4..a1fb67dd71ed 100644 --- a/net-p2p/mkbrr/Makefile +++ b/net-p2p/mkbrr/Makefile @@ -1,6 +1,7 @@ PORTNAME= mkbrr DISTVERSIONPREFIX= v -DISTVERSION= 1.11.0 +DISTVERSION= 1.15.0 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= diizzy@FreeBSD.org @@ -10,7 +11,7 @@ WWW= https://github.com/autobrr/mkbrr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:1.24,modules CGO_ENABLED= 0 GO_MODULE= github.com/autobrr/${PORTNAME} |