diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template index 01cb07aed89..ce5563f6b17 100644 --- a/srcpkgs/yt-dlp/template +++ b/srcpkgs/yt-dlp/template @@ -1,6 +1,6 @@ # Template file for 'yt-dlp' pkgname=yt-dlp -version=2021.09.02 +version=2021.09.25 revision=1 wrksrc="$pkgname" build_style=python3-module @@ -9,10 +9,10 @@ checkdepends="python3-pytest flake8 python3-nose" short_desc="CLI program to download videos from YouTube and other sites" maintainer="Michal Vasilek " license="Unlicense" -homepage="https://yt-dl.org" +homepage="https://github.com/yt-dlp/yt-dlp" 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" -checksum=6fd6a32ba43ea10ff12dd96c744b531c9b2a79a883b5f06f431a99e3bfc59598 +checksum=ae08e0b56fea59a8bfdadacd92eddc9bdfdc1473199178cb4e31bacfd991864a do_check() { PYTHON=/usr/bin/python3 make offlinetest