From bdae1dc707fc88e4db27e6a57a4b54bf51aaecb9 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 9 Aug 2024 17:02:05 +0200 Subject: [PATCH] yt-dlp: Update to 2024.08.06 --- mingw-w64-yt-dlp/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-yt-dlp/PKGBUILD b/mingw-w64-yt-dlp/PKGBUILD index 424a4b88e1..3e15718a7f 100644 --- a/mingw-w64-yt-dlp/PKGBUILD +++ b/mingw-w64-yt-dlp/PKGBUILD @@ -3,7 +3,7 @@ _realname=yt-dlp pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=2024.08.01 +pkgver=2024.08.06 pkgrel=1 pkgdesc="A youtube-dl fork with additional features and fixes (mingw-w64)" arch=('any') @@ -31,7 +31,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-aria2: for using aria2 as external download "${MINGW_PACKAGE_PREFIX}-ffmpeg: for video post-processing") options=('!strip') source=("${_realname}-${pkgver}.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/${pkgver}/yt-dlp.tar.gz") -sha256sums=('9ddf1082359431dadb8cc78c91b04bfd8308a2c2fc2c51573a7936e558dca327') +sha256sums=('e08331fb9a36eba56b4efd074b5b25fbf08413e9cb47009a28ecbffe47150310') build() { cp -r "${_realname}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"