youtube-dl: update to 2021.04.26.
This commit is contained in:
parent
429ac8a534
commit
1247cb14c4
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2021.04.17
|
version=2021.04.26
|
||||||
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=75eff59a6a81708e1bf075f1a46cea4058694c286f154a35ee7d6dd760da0e42
|
checksum=4ccf21f4a0daee0d58bef569c71dd459bd1f629248995b4e4856b6926531ea4a
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHON=/usr/bin/python3 make offlinetest
|
PYTHON=/usr/bin/python3 make offlinetest
|
||||||
|
|
Loading…
Reference in New Issue