diff --git a/extra/yt-dlp/.SRCINFO b/extra/yt-dlp/.SRCINFO index 1e5ea9400..1d54dbc82 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.08.06 + pkgver = 2024.09.27 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.08.06.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.08.06/yt-dlp.tar.gz - sha256sums = e08331fb9a36eba56b4efd074b5b25fbf08413e9cb47009a28ecbffe47150310 + source = yt-dlp-2024.09.27.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.09.27/yt-dlp.tar.gz + sha256sums = ffce6ebd742373eff6dac89b23f706ec7513a0367160eb8b5a550cd706cd883f pkgname = yt-dlp diff --git a/extra/yt-dlp/PKGBUILD b/extra/yt-dlp/PKGBUILD index 46d6cd071..2c181c126 100644 --- a/extra/yt-dlp/PKGBUILD +++ b/extra/yt-dlp/PKGBUILD @@ -6,7 +6,7 @@ # - removed makedepend on pandoc pkgname=yt-dlp -pkgver=2024.08.06 +pkgver=2024.09.27 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=('e08331fb9a36eba56b4efd074b5b25fbf08413e9cb47009a28ecbffe47150310') +sha256sums=('ffce6ebd742373eff6dac89b23f706ec7513a0367160eb8b5a550cd706cd883f') build() { cd $pkgname