yt-dlp: add CI version check

Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2025-04-14 23:09:38 +03:00
committed by Josef Schlehofer
parent df9ba18578
commit afe9935ff4

3
multimedia/yt-dlp/test.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
yt-dlp --version 2>&1 | sed 's/\.0\+/./g' | grep -x "$PKG_VERSION"