wok diff youtube-dl/receipt @ rev 22710

updated f3 (2.2 -> 7.2)
author Hans-G?nter Theisgen
date Wed Jan 22 09:41:20 2020 +0100 (2020-01-22)
parents 9c21088bf854
children 4899cc5a72a1
line diff
     1.1 --- a/youtube-dl/receipt	Fri Sep 21 13:01:08 2018 +0200
     1.2 +++ b/youtube-dl/receipt	Wed Jan 22 09:41:20 2020 +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()