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
This commit is contained in:
humdinger
2023-06-18 15:47:01 +02:00
committed by GitHub
parent d9dd69393e
commit 5357154403

View File

@@ -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"