youtube-dl: update to 2020.11.01.1
This commit is contained in:
parent
5a61877324
commit
84c1cd4a37
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'youtube-dl'
|
||||
pkgname=youtube-dl
|
||||
version=2020.09.20
|
||||
revision=2
|
||||
version=2020.11.01.1
|
||||
revision=1
|
||||
wrksrc=youtube-dl
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -10,10 +10,10 @@ checkdepends="flake8 python3-nose"
|
|||
short_desc="CLI program to download videos from YouTube and other sites"
|
||||
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
||||
license="Unlicense"
|
||||
homepage="https://ytdl-org.github.io/youtube-dl/"
|
||||
changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
|
||||
distfiles="https://yt-dl.org/downloads/${version}/youtube-dl-${version}.tar.gz"
|
||||
checksum=ac1a799cf968345bf29089ed2e5c5d4f4a32031625d808369e61b6362d1c7cde
|
||||
homepage="https://yt-dl.org"
|
||||
changelog="https://gitlab.com/dstftw/youtube-dl/-/raw/master/ChangeLog"
|
||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=7a62187bc9f91af42eb5c9c95652e350170a72dbbdac8c7d71a6aeb4885a901a
|
||||
|
||||
do_check() {
|
||||
PYTHON=/usr/bin/python3 make offlinetest
|
||||
|
|
Loading…
Reference in a new issue