yt-dlp: update to 2023.01.06.

This commit is contained in:
Daniel Eyßer 2023-01-07 00:37:20 +01:00 committed by Andrew Benson
parent 4aa1342466
commit 3758dd9ff4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'yt-dlp' # Template file for 'yt-dlp'
pkgname=yt-dlp pkgname=yt-dlp
version=2023.01.02 version=2023.01.06
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -12,7 +12,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=e1d8053ea9b6c31072037edda9cfe8741b8204ab5edc8eac61f4ba8077e65247 checksum=a77b01ed42e8436233bb36ea405a46b6a05fbc1b24726f11815b515face2d116
do_check() { do_check() {
PYTHON=/usr/bin/python3 make offlinetest PYTHON=/usr/bin/python3 make offlinetest