yt_dlp: rebuild after typo renaming

This commit is contained in:
Jerome Duval
2023-03-08 21:14:33 +01:00
parent bc76cc530c
commit 3c18a44a13

View File

@@ -9,7 +9,7 @@ to download these videos by itself."
HOMEPAGE="https://github.com/yt-dlp/yt-dlp"
COPYRIGHT="2006-2023 youtube-dl and yt-dlp contributors"
LICENSE="Unlicense"
REVISION="1"
REVISION="2"
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="81f607b8754b1bc67e6592a4e316c015d720e7118757a5afd4ef2aaf37d2ef29"
@@ -62,7 +62,7 @@ for i in "${!PYTHON_PACKAGES[@]}"; do
flake8_$pythonPackage
pytest_$pythonPackage
importlib_metadata_$pythonPackage
typing_extentions_$pythonPackage
typing_extensions_$pythonPackage
"
done