yt-dlp: run CI test for the main package only

Fixes: afe9935ff ("yt-dlp: add CI version check")
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2025-04-16 22:42:54 +03:00
committed by Tianling Shen
parent 7f0772c1a4
commit 6746398cb4
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=yt-dlp
PKG_VERSION:=2025.3.31
PKG_RELEASE:=1
PKG_RELEASE:=2
PYPI_NAME:=yt-dlp
PKG_HASH:=1bfe0e660d1a70a09e27b2d58f92e30b1e2e362cc487829f2f824346ae49fb91

View File

@@ -1,3 +1,5 @@
#!/bin/sh
if [ "$1" = 'yt-dlp' ]; then
yt-dlp --version 2>&1 | sed 's/\.0\+/./g' | grep -x "$PKG_VERSION"
fi