yt-dlp: update to 2023.10.13

This commit is contained in:
Humdinger
2023-10-23 19:14:57 +02:00
parent 0bc2b0463f
commit c6889446fe

View File

@@ -9,10 +9,10 @@ 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="2"
REVISION="1"
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="689aaab448763a9efb339e608346d42aa3d4f776288fc1f4f223142ac23a5abf"
CHECKSUM_SHA256="64944f4452a7657b5fb31ae55d823d9411a1a29f9c1071d33fa3e6286e20522a"
SOURCE_DIR="yt-dlp"
ARCHITECTURES="any"
@@ -36,8 +36,8 @@ BUILD_PREREQUIRES="
cmd:zip
"
PYTHON_PACKAGES=(python310)
PYTHON_VERSIONS=(3.10)
PYTHON_PACKAGES=(python39)
PYTHON_VERSIONS=(3.9)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}