Date: Wednesday, November 10, 2021 @ 07:00:00 Author: arojas Revision: 1039530
Update to 2021.11.10.1 Modified: yt-dlp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-10 06:53:19 UTC (rev 1039529) +++ PKGBUILD 2021-11-10 07:00:00 UTC (rev 1039530) @@ -3,8 +3,8 @@ # Contributor: katt <[email protected]> pkgname=yt-dlp -pkgver=2021.10.22 -pkgrel=4 +pkgver=2021.11.10.1 +pkgrel=1 pkgdesc='A youtube-dl fork with additional features and fixes' arch=(any) url='https://github.com/yt-dlp/yt-dlp' @@ -16,7 +16,7 @@ 'atomicparsley: for embedding thumbnails into m4a files' 'aria2: for using aria2 as external downloader') source=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('63f267cb0f2e9d18afc8e51267be2a13ce60030eab7c04b25b94d6b90d2ba6d3') +sha256sums=('b0bfe3a1e7c3a9a1e24219c36eaf8604328b29cc3560387f75506f45b78ea695') build() { cd $pkgname-$pkgver
