From 53571544039697ffefcd16368474fafece166367 Mon Sep 17 00:00:00 2001 From: humdinger Date: Sun, 18 Jun 2023 15:47:01 +0200 Subject: [PATCH] yt-dlp: switch to nightly builds (#8868) The last 'official' release was in March 2023. Development of yt-dlp is still very busy, but they switched to providing nightly builds [1], while possibly also doing 'stable' releases from time to time in the future. I think we should switch to their nightly builds as well, as long as they appear to be stable, and graba new one every month or so. [1] https://github.com/yt-dlp/yt-dlp/issues/7175#issuecomment-1569442827 --- ..._dlp-2023.03.04.recipe => yt_dlp-2023.06.17.224306.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename net-misc/yt_dlp/{yt_dlp-2023.03.04.recipe => yt_dlp-2023.06.17.224306.recipe} (92%) diff --git a/net-misc/yt_dlp/yt_dlp-2023.03.04.recipe b/net-misc/yt_dlp/yt_dlp-2023.06.17.224306.recipe similarity index 92% rename from net-misc/yt_dlp/yt_dlp-2023.03.04.recipe rename to net-misc/yt_dlp/yt_dlp-2023.06.17.224306.recipe index 3a346e4f6..69f32eac0 100644 --- a/net-misc/yt_dlp/yt_dlp-2023.03.04.recipe +++ b/net-misc/yt_dlp/yt_dlp-2023.06.17.224306.recipe @@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/yt-dlp/yt-dlp" COPYRIGHT="2006-2023 youtube-dl and yt-dlp contributors" LICENSE="Unlicense" REVISION="1" -SOURCE_URI="https://github.com/yt-dlp/yt-dlp/releases/download/$portVersion/yt-dlp.tar.gz" +SOURCE_URI="https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/$portVersion/yt-dlp.tar.gz" SOURCE_FILENAME="yt-dlp-$portVersion.tar.gz" -CHECKSUM_SHA256="771d2abefcd5f1e6f3ab6d6d18cdae98be4ab73538d1174e7e7236640418e150" +CHECKSUM_SHA256="4babf8e39dfc9fde949b29178d2fe165805f5a9bda383d6caf970375f5622f7d" SOURCE_DIR="yt-dlp" ARCHITECTURES="any"