logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: f252564ef57a7a5c84b81c2235298b1f66537723
parent 43d69cdb1de10898aeadff06bc1081c917d12b62
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  1 Dec 2020 13:03:32 -0800

youtube-dl: Fix source URL

The link from yt-dl.org redirects to github anyway, and when the
"latest" version changes, the newer version is fetched with the old
version file name.

Diffstat:

Mpkg/youtube-dl/url2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/youtube-dl/url b/pkg/youtube-dl/url @@ -1 +1 @@ -url = "https://youtube-dl.org/downloads/latest/youtube-dl-2020.11.26.tar.gz" +url = "https://github.com/ytdl-org/youtube-dl/releases/download/2020.11.26/youtube-dl-2020.11.26.tar.gz"