yt-dlp: Update to 2024.08.06

This commit is contained in:
Christoph Reiter
2024-08-09 17:02:05 +02:00
parent 7b33e63919
commit bdae1dc707

View File

@@ -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}"