summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMichiel van Baak Jansen <michiel@vanbaak.eu>2024-01-16 09:19:52 +0100
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-01-17 09:48:37 +0100
commit7d4b779db445e7d4fe3222b808153fc6cc9a4b1e (patch)
tree8cde93276c2071a12da2376c9888e87a5b9676f9 /net-p2p
parentwww/rustypaste: Update to 0.14.4 (diff)
net-p2p/sonarr: Switch MASTER_SITES to GitHub
sonarr now releases on GitHub releases \o/ PR: 276349 Reported by: michiel@vanbaak.eu (maintainer)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/sonarr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/sonarr/Makefile b/net-p2p/sonarr/Makefile
index b0e61ce8a1d8..519d7c77b6cb 100644
--- a/net-p2p/sonarr/Makefile
+++ b/net-p2p/sonarr/Makefile
@@ -1,7 +1,8 @@
PORTNAME= sonarr
DISTVERSION= 4.0.0.748
+PORTREVISION= 1
CATEGORIES= net-p2p
-MASTER_SITES= https://download.sonarr.tv/v4/main/${PORTVERSION}/
+MASTER_SITES= https://github.com/Sonarr/Sonarr/releases/download/v${PORTVERSION}/
DISTNAME= Sonarr.main.${DISTVERSION}.freebsd-x64
MAINTAINER= michiel@vanbaak.eu