youtube-dl: update to 2020.12.09
This commit is contained in:
parent
588117d458
commit
1b5b43b585
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2020.12.07
|
version=2020.12.09
|
||||||
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/latest/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/downloads/latest/${pkgname}-${version}.tar.gz"
|
||||||
checksum=51672c19864d4e2e593e55a6aec32cb348cd5c915ce0121e53eb0296a6e27969
|
checksum=0ac76347bf455b4e80a026638f9406aa28df3d2b6e445c705ad43809808eb961
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHON=/usr/bin/python3 make offlinetest
|
PYTHON=/usr/bin/python3 make offlinetest
|
||||||
|
|
Loading…
Reference in a new issue