From a00d0fe3daf12e18a0c57bae557df559f96bbcd7 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 9 Jul 2024 09:07:59 +0200 Subject: [PATCH] yt-dlp: Update to 2024.07.09 --- 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 2dce951e74..13498ee6ae 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.07.02 +pkgver=2024.07.09 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=('1094af3a5827a6a31269b97bd701456269af18595427c9905f3ffbe1a11582a0') +sha256sums=('9e569e1c03a75c8d07850e8993eb5a30c33db5985060253108cc2afe3f4a6f98') build() { cp -r "${_realname}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"