X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/46898407386ea170bd06d203e7721490c883ff95..d5436b6160db126f010902cc21c2851cab379015:/packages/dnsutils/build.sh diff --git a/packages/dnsutils/build.sh b/packages/dnsutils/build.sh index 889c7dea..60198786 100644 --- a/packages/dnsutils/build.sh +++ b/packages/dnsutils/build.sh @@ -1,11 +1,8 @@ TERMUX_PKG_HOMEPAGE=https://www.isc.org/downloads/bind/ TERMUX_PKG_DESCRIPTION="Clients provided with BIND" -# NOTE: When changing this version, you also needo to change TERMUX_PKG_SRCURL -# and TERMUX_PKG_FOLDERNAME. -TERMUX_PKG_VERSION=9.10.3.2 -# TERMUX_PKG_SRCURL="https://www.isc.org/downloads/file/bind-9-10-3-p2/?version=tar-gz" -TERMUX_PKG_SRCURL="https://ftp.isc.org/isc/bind/cur/9.10/bind-9.10.3-P2.tar.gz" -TERMUX_PKG_FOLDERNAME="bind-9.10.3-P2" +TERMUX_PKG_VERSION=9.10.4 +TERMUX_PKG_SRCURL="ftp://ftp.isc.org/isc/bind9/${TERMUX_PKG_VERSION}/bind-${TERMUX_PKG_VERSION}.tar.gz" +TERMUX_PKG_FOLDERNAME="bind-$TERMUX_PKG_VERSION" TERMUX_PKG_DEPENDS="openssl, readline, resolv-conf" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --with-gssapi=no --with-randomdev=/dev/random -with-ecdsa=no --with-gost=no --with-libxml2=no --with-libtool"