From c15e32426fbd8dbf65632d39f8c465a453e21ca5 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Thu, 5 Feb 2026 06:21:10 +0200 Subject: [PATCH] yt-dlp: bump to 2026.02.04 Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2026.02.04 Signed-off-by: George Sapkin --- multimedia/yt-dlp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/yt-dlp/Makefile b/multimedia/yt-dlp/Makefile index 377bd562af..f32f199690 100644 --- a/multimedia/yt-dlp/Makefile +++ b/multimedia/yt-dlp/Makefile @@ -3,11 +3,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yt-dlp -PKG_VERSION:=2026.1.31 +PKG_VERSION:=2026.2.4 PKG_RELEASE:=1 PYPI_NAME:=yt-dlp -PKG_HASH:=16767a3172cbb7183199f4db19e34b77b19e030ab7101b8f26d6c9e6af6f42ae +PKG_HASH:=24733ef081116f29d8ee6eae7a48127101e6c56eb7aa228dd604a60654760022 PYPI_SOURCE_NAME:=yt_dlp PKG_MAINTAINER:=George Sapkin