yt-dlp: Update to release 2023.07.06

It appears that they are doing regular (monthly?) releases again.
Let's move off the nightly builds then for possibly more stability
and less regressions.
This commit is contained in:
Humdinger
2023-07-22 08:05:05 +02:00
parent fee2920dc9
commit 21eb5dbea8

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-nightly-builds/releases/download/$portVersion/yt-dlp.tar.gz"
SOURCE_URI="https://github.com/yt-dlp/yt-dlp/releases/download/$portVersion/yt-dlp.tar.gz"
SOURCE_FILENAME="yt-dlp-$portVersion.tar.gz"
CHECKSUM_SHA256="4babf8e39dfc9fde949b29178d2fe165805f5a9bda383d6caf970375f5622f7d"
CHECKSUM_SHA256="6d2115b84b6c11867f92cf4c23705b536bfa0ba9d538b1885f52da6756f8c980"
SOURCE_DIR="yt-dlp"
ARCHITECTURES="any"