yt-dlp: update to 2022.01.21.
This commit is contained in:
parent
a251cbd898
commit
644674d800
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'yt-dlp'
|
# Template file for 'yt-dlp'
|
||||||
pkgname=yt-dlp
|
pkgname=yt-dlp
|
||||||
version=2021.12.27
|
version=2022.01.21
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,7 +13,7 @@ license="Unlicense"
|
||||||
homepage="https://github.com/yt-dlp/yt-dlp"
|
homepage="https://github.com/yt-dlp/yt-dlp"
|
||||||
changelog="https://raw.githubusercontent.com/yt-dlp/yt-dlp/master/Changelog.md"
|
changelog="https://raw.githubusercontent.com/yt-dlp/yt-dlp/master/Changelog.md"
|
||||||
distfiles="https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp.tar.gz"
|
distfiles="https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp.tar.gz"
|
||||||
checksum=3492c344b1b71ac13c73a53dbb3bc504f7ebaa325c10807ad905428e74a6d630
|
checksum=78455c03fb3f5a84bfc05afca5a2564af9852e8fe7f088877e20b8508217dd29
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHON=/usr/bin/python3 make offlinetest
|
PYTHON=/usr/bin/python3 make offlinetest
|
||||||
|
|
Loading…
Reference in a new issue