mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
yt-dlp: add CI version check
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
committed by
Josef Schlehofer
parent
df9ba18578
commit
afe9935ff4
3
multimedia/yt-dlp/test.sh
Executable file
3
multimedia/yt-dlp/test.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
yt-dlp --version 2>&1 | sed 's/\.0\+/./g' | grep -x "$PKG_VERSION"
|
||||
Reference in New Issue
Block a user