yt-dlp: update to 2024.05.27

This commit is contained in:
Biswapriyo Nath
2024-06-07 18:03:41 +00:00
parent d113a9dade
commit edae22b756

View File

@@ -3,7 +3,7 @@
_realname=yt-dlp
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2024.04.09
pkgver=2024.05.27
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=('59d3caed5cc899e486a7b8873f6143b6a1d22c5b5c05009b709ca0104f5d9eed')
sha256sums=('83dbf15456490e7efe9ba839922f8221d07cf1168b29653fd476faa3cdf91235')
build() {
cp -r "${_realname}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"