Date: Wednesday, June 29, 2022 @ 14:31:21 Author: arojas Revision: 1240561
Update to 2022.06.29 Modified: yt-dlp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-29 14:30:48 UTC (rev 1240560) +++ PKGBUILD 2022-06-29 14:31:21 UTC (rev 1240561) @@ -3,7 +3,7 @@ # Contributor: katt <magunasu....@gmail.com> pkgname=yt-dlp -pkgver=2022.06.22.1 +pkgver=2022.06.29 pkgrel=1 pkgdesc='A youtube-dl fork with additional features and fixes' arch=(any) @@ -20,7 +20,7 @@ 'python-pycryptodomex: For decrypting AES-128 HLS streams and various other data' 'python-websockets: For downloading over websocket') source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz) -sha256sums=('fac29d5a8d4c2f1317ba5c2fc4231cf169887bcef26d0fbf0481c90ddb7826db') +sha256sums=('3b0aa20659b7ba35a9d74b4d35e7fa1fbe13f4d3a30c3970fd2bf4ac087c407c') build() { cd $pkgname