mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
youtube_dl: bump version.
This commit is contained in:
@@ -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]}
|
||||
Reference in New Issue
Block a user