youtube_dl: bump version.

This commit is contained in:
Jerome Duval
2019-11-15 16:17:58 +01:00
parent 35a09befd2
commit d37c28da84

View File

@@ -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]}