From d37c28da84f0b9fe9070ee69f5b8b58c2976e075 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 15 Nov 2019 16:17:58 +0100 Subject: [PATCH] youtube_dl: bump version. --- ...be_dl-2019.09.12.1.recipe => youtube_dl-2019.11.05.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename net-misc/youtube_dl/{youtube_dl-2019.09.12.1.recipe => youtube_dl-2019.11.05.recipe} (96%) diff --git a/net-misc/youtube_dl/youtube_dl-2019.09.12.1.recipe b/net-misc/youtube_dl/youtube_dl-2019.11.05.recipe similarity index 96% rename from net-misc/youtube_dl/youtube_dl-2019.09.12.1.recipe rename to net-misc/youtube_dl/youtube_dl-2019.11.05.recipe index 109f5b801..99ad1fcb7 100644 --- a/net-misc/youtube_dl/youtube_dl-2019.09.12.1.recipe +++ b/net-misc/youtube_dl/youtube_dl-2019.11.05.recipe @@ -10,7 +10,7 @@ COPYRIGHT="2006-2019 youtube-dl contributors" LICENSE="Unlicense" REVISION="1" SOURCE_URI="https://yt-dl.org/downloads/$portVersion/youtube-dl-$portVersion.tar.gz" -CHECKSUM_SHA256="ce27a84e861e4d234768bf3a466d3e0f9af7c58f2aac84b940feb2ce6640fb40" +CHECKSUM_SHA256="05ad24f831e915b65520f6abfa1c1d52be4aad6cc9603b24a67a804062302489" SOURCE_DIR="youtube-dl" ARCHITECTURES="any" @@ -33,7 +33,7 @@ BUILD_PREREQUIRES=" " PYTHON_PACKAGES=(python python3) -PYTHON_VERSIONS=(2.7 3.6) +PYTHON_VERSIONS=(2.7 3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}