Skip to content

Commit

Permalink
upd(yt-dlp): 2024.03.10 -> 2024.04.09 (#6030)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
GianlucaHex and pre-commit-ci[bot] authored May 20, 2024
1 parent d023e1e commit c69c2a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/yt-dlp/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgname = yt-dlp
pkgver = 2024.03.10
pkgver = 2024.04.09
pkgdesc = A youtube-dl fork with additional features and fixes
source = https://github.com/yt-dlp/yt-dlp/releases/download/2024.03.10/yt-dlp
source = https://github.com/yt-dlp/yt-dlp/releases/download/2024.04.09/yt-dlp
depends = python3
depends = ffmpeg
breaks = yt-dlp-git
breaks = yt-dlp-bin
breaks = yt-dlp
maintainer = Oren Klopfer <[email protected]>
repology = project: yt-dlp
sha256sums = 5576348930e44102add235c0a032e766f416a507db1dd2c75da833ff21e9fb6c
sha256sums = 7f12092fb95ffa2c8947c855298c94c612c9c0e969e132d7eca5502981955c99
4 changes: 2 additions & 2 deletions packages/yt-dlp/yt-dlp.pacscript
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pkgname="yt-dlp"
repology=("project: ${pkgname}")
pkgver="2024.03.10"
pkgver="2024.04.09"
source=("https://github.com/yt-dlp/yt-dlp/releases/download/${pkgver}/yt-dlp")
depends=("python3" "ffmpeg")
breaks=("${pkgname}-git" "${pkgname}-bin" "${pkgname}")
pkgdesc="A youtube-dl fork with additional features and fixes"
sha256sums=("5576348930e44102add235c0a032e766f416a507db1dd2c75da833ff21e9fb6c")
sha256sums=("7f12092fb95ffa2c8947c855298c94c612c9c0e969e132d7eca5502981955c99")
maintainer=("Oren Klopfer <[email protected]>")

package() {
Expand Down

0 comments on commit c69c2a5

Please sign in to comment.