youtube-dl: update to 2020.12.31

This commit is contained in:
Benjamin Slade 2020-12-30 16:00:39 -07:00 committed by Érico Nogueira Rolim
parent 693def5d1b
commit 12f1b064da

View file

@ -1,6 +1,6 @@
# Template file for 'youtube-dl' # Template file for 'youtube-dl'
pkgname=youtube-dl pkgname=youtube-dl
version=2020.12.29 version=2020.12.31
revision=1 revision=1
wrksrc="${pkgname}" wrksrc="${pkgname}"
build_style=python3-module build_style=python3-module
@ -13,7 +13,7 @@ license="Unlicense"
homepage="https://yt-dl.org" homepage="https://yt-dl.org"
changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog" changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
distfiles="${homepage}/downloads/${version}/${pkgname}-${version}.tar.gz" distfiles="${homepage}/downloads/${version}/${pkgname}-${version}.tar.gz"
checksum=6b2dbadb044f8673ce5afb1a0d50a01e4ab1562cf46b7c1d3557b3615c1d99c1 checksum=094ef8b000a9e9fcaf624eb316ac8d52643224604fdf841a14aa69a5fe9f9859
do_check() { do_check() {
PYTHON=/usr/bin/python3 make offlinetest PYTHON=/usr/bin/python3 make offlinetest