fix(main/litespeedtest): depend on resolv-conf

Without resolv-conf the package will use hardcoded Alibaba DNS 223.5.5.5.

Related to https://github.com/termux/termux-packages/issues/14332, but
due to valid hardcoded DNS this is not a problem in given case.
This commit is contained in:
Leonid Pliushch 2023-01-07 14:36:51 +02:00
parent bb298ba27f
commit 2bade051c3
No known key found for this signature in database
GPG Key ID: 802AB1B71153CBC4
1 changed files with 2 additions and 0 deletions

View File

@ -3,8 +3,10 @@ TERMUX_PKG_DESCRIPTION="A simple tool for batch test ss/ssr/v2ray/trojan servers
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.14.1"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/xxf098/LiteSpeedTest/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=5acfcb9b6e3b030109e573044734e4d5d9236834a84ff068d6c067d415635327
TERMUX_PKG_DEPENDS="resolv-conf"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_MAKE_ARGS="VERSION=$TERMUX_PKG_VERSION"
TERMUX_PKG_AUTO_UPDATE=true