From c6889446fe8481cf5aed6370b793da952951c985 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 23 Oct 2023 19:14:57 +0200 Subject: [PATCH] yt-dlp: update to 2023.10.13 --- ...{yt_dlp-2023.09.24.recipe => yt_dlp-2023.10.13.recipe} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename net-misc/yt_dlp/{yt_dlp-2023.09.24.recipe => yt_dlp-2023.10.13.recipe} (94%) diff --git a/net-misc/yt_dlp/yt_dlp-2023.09.24.recipe b/net-misc/yt_dlp/yt_dlp-2023.10.13.recipe similarity index 94% rename from net-misc/yt_dlp/yt_dlp-2023.09.24.recipe rename to net-misc/yt_dlp/yt_dlp-2023.10.13.recipe index f47613483..1ed967953 100644 --- a/net-misc/yt_dlp/yt_dlp-2023.09.24.recipe +++ b/net-misc/yt_dlp/yt_dlp-2023.10.13.recipe @@ -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]}