diff --git a/extra/yt-dlp/.SRCINFO b/extra/yt-dlp/.SRCINFO index a354be3f3..42f47c777 100644 --- a/extra/yt-dlp/.SRCINFO +++ b/extra/yt-dlp/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yt-dlp pkgdesc = A youtube-dl fork with additional features and fixes - pkgver = 2024.07.09 + pkgver = 2024.07.16 pkgrel = 1 url = https://github.com/yt-dlp/yt-dlp arch = any @@ -28,7 +28,7 @@ pkgbase = yt-dlp optdepends = python-pyxattr: for writing xattr metadata (alternative option) optdepends = phantomjs: for extractors with javascript code optdepends = python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers - source = yt-dlp-2024.07.09.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.09/yt-dlp.tar.gz - sha256sums = 9e569e1c03a75c8d07850e8993eb5a30c33db5985060253108cc2afe3f4a6f98 + source = yt-dlp-2024.07.16.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.16/yt-dlp.tar.gz + sha256sums = ecf4e2a383952cf8d782505f07970dbbfc7d9faed77400a90ca2c0cc24b26ef3 pkgname = yt-dlp diff --git a/extra/yt-dlp/PKGBUILD b/extra/yt-dlp/PKGBUILD index 66ddf4076..3ec16d32a 100644 --- a/extra/yt-dlp/PKGBUILD +++ b/extra/yt-dlp/PKGBUILD @@ -6,7 +6,7 @@ # - removed makedepend on pandoc pkgname=yt-dlp -pkgver=2024.07.09 +pkgver=2024.07.16 pkgrel=1 pkgdesc='A youtube-dl fork with additional features and fixes' arch=(any) @@ -35,7 +35,7 @@ optdepends=('ffmpeg: for video post-processing' 'phantomjs: for extractors with javascript code' 'python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers') source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz) -sha256sums=('9e569e1c03a75c8d07850e8993eb5a30c33db5985060253108cc2afe3f4a6f98') +sha256sums=('ecf4e2a383952cf8d782505f07970dbbfc7d9faed77400a90ca2c0cc24b26ef3') build() { cd $pkgname