1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

www/youtube_dl: Add Github to MASTER_SITES.

The original site is unreachable from IPv6-only networks.

While there, switch to using DISTVERSION.

PR:		256432
Tested by:	arrowd
Approved by:	multimedia (maintainer timeout)
This commit is contained in:
Evgeniy Khramtsov 2021-07-25 13:44:21 +03:00 committed by Gleb Popov
parent 532f3ebe38
commit 1138b7cb7a

View File

@ -1,8 +1,9 @@
PORTNAME= youtube_dl
PORTVERSION= 2021.06.06
DISTVERSION= 2021.06.06
CATEGORIES= www
MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/
DISTNAME= youtube-dl-${PORTVERSION}
MASTER_SITES= https://github.com/ytdl-org/youtube-dl/releases/download/${DISTVERSION}/ \
https://yt-dl.org/downloads/${DISTVERSION}/
DISTNAME= youtube-dl-${DISTVERSION}
# Implicit approval to commit trivial version updates.
MAINTAINER= multimedia@FreeBSD.org