yt_dlp, revbump for python changes (#9177)

This commit is contained in:
Schrijvers Luc
2023-08-11 16:31:14 +00:00
committed by GitHub
parent 4bab264cd4
commit a09fdd6d7f

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="6d2115b84b6c11867f92cf4c23705b536bfa0ba9d538b1885f52da6756f8c980"
@@ -36,8 +36,8 @@ BUILD_PREREQUIRES="
cmd:zip
"
PYTHON_PACKAGES=(python39)
PYTHON_VERSIONS=(3.9)
PYTHON_PACKAGES=(python310)
PYTHON_VERSIONS=(3.10)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}