diff options
Diffstat (limited to 'multimedia/mediamtx/Makefile')
-rw-r--r-- | multimedia/mediamtx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/mediamtx/Makefile b/multimedia/mediamtx/Makefile index fc60cbcd3d88..386122dc390e 100644 --- a/multimedia/mediamtx/Makefile +++ b/multimedia/mediamtx/Makefile @@ -1,9 +1,8 @@ PORTNAME= mediamtx DISTVERSIONPREFIX= v -DISTVERSION= 1.14.0 -PORTREVISION= 1 +DISTVERSION= 1.15.2 CATEGORIES= multimedia net -MASTER_SITES+= https://github.com/video-dev/hls.js/releases/download/v1.6.10/ +MASTER_SITES+= https://github.com/video-dev/hls.js/releases/download/v1.6.13/ DISTFILES+= release.zip MAINTAINER= diizzy@FreeBSD.org @@ -13,7 +12,7 @@ WWW= https://github.com/bluenviron/mediamtx LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:1.25,modules GO_MODULE= github.com/bluenviron/mediamtx USE_RC_SUBR= mediamtx |