mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
Fixes: 6746398cb ("yt-dlp: run CI test for the main package only")
Signed-off-by: George Sapkin <george@sapk.in>
6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ "$1" = 'yt-dlp' ]; then
|
|
yt-dlp --version | sed 's/\.0\+/./g' | grep -F "$PKG_VERSION"
|
|
fi
|