mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
sqlite3: add CI version check
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
committed by
Tianling Shen
parent
7be9ae1b7b
commit
b2d2ba8ae9
5
libs/sqlite3/test.sh
Normal file
5
libs/sqlite3/test.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$1" = 'sqlite3-cli' ]; then
|
||||
sqlite3 -version 2>&1 | cut -d' ' -f1 | grep -x "$PKG_VERSION"
|
||||
fi
|
||||
Reference in New Issue
Block a user