Skip to content

Commit

Permalink
Merge pull request msys2#21604 from lazka/yt-dlp-2024.08.06
Browse files Browse the repository at this point in the history
yt-dlp: Update to 2024.08.06
  • Loading branch information
lazka authored Aug 9, 2024
2 parents 2c6ddd2 + bdae1dc commit c7734b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-yt-dlp/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit c7734b2

Please sign in to comment.