wok diff youtube-dl/receipt @ rev 22930
updated hiawatha (10.9 -> 10.10)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 26 15:55:59 2020 +0100 (2020-02-26) |
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 Feb 26 15:55:59 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()