yt-dlp: update to 2024.12.06

This commit is contained in:
Biswapriyo Nath 2024-12-11 07:21:36 +00:00
parent fc2486706e
commit 1f0b98a90d

View File

@ -3,7 +3,7 @@
_realname=yt-dlp
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2024.11.04
pkgver=2024.12.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=('0ae3767c48d90d7fd6c5cb5a3d9fcb954441d984abf20c077d5f5bc0789b9aa4')
sha256sums=('ca50d78fee784e49b53cbfa0278f3f8ded3d17104fca50e7b45f74892479c0d6')
build() {
cp -r "${_realname}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"