wok rev 22324

updated youtube-dl (2018.09.18 -> 2019.11.05)
author Hans-G?nter Theisgen
date Thu Nov 14 17:27:25 2019 +0100 (2019-11-14)
parents 5316b4469068
children 28641e299609
files youtube-dl/receipt
line diff
     1.1 --- a/youtube-dl/receipt	Thu Nov 14 17:21:02 2019 +0100
     1.2 +++ b/youtube-dl/receipt	Thu Nov 14 17:27:25 2019 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="youtube-dl"
     1.7 -VERSION="2018.09.18"
     1.8 +VERSION="2019.11.05"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Downloads videos from various streaming websites."
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="http://rg3.github.com/youtube-dl/"
    1.14 +
    1.15  TARBALL="$PACKAGE-${VERSION//./-}"
    1.16 -WEB_SITE="http://rg3.github.com/youtube-dl/"
    1.17  WGET_URL="https://yt-dl.org/downloads/$VERSION/youtube-dl"
    1.18  
    1.19  DEPENDS="python"
    1.20 -BUILD_DEPENDS="wget python"
    1.21 +BUILD_DEPENDS="python"
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()