diff --git a/vars/build.vars b/vars/build.vars index 58b1d07..4f6d210 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -1073,7 +1073,7 @@ mtr nginx openlitespeed openssh pacman rsync socat thttpd weechat wget whois"; : ${PKG_ARIA2_DISABLED:=1}; : ${PKG_BIND_SHA256SUM:=7f46ad8620f7c3b0ac375d7a5211b15677708fda84ce25d7aeb7222fe2e3c77a}; : ${PKG_BIND_VERSION:=9.11.2}; -: ${PKG_BIND_URL:=https://ftp.isc.org/isc/bind9/cur/${PKG_BIND_VERSION%.*}/bind-${PKG_BIND_VERSION}.tar.gz}; +: ${PKG_BIND_URL:=https://ftp.isc.org/isc/bind/${PKG_BIND_VERSION}/bind-${PKG_BIND_VERSION}.tar.gz}; : ${PKG_BIND_CONFIGURE_ARGS_EXTRA:="--with-ecdsa=yes --with-gost=no --with-gssapi=no --with-libtool --with-libxml2=${PREFIX}/bin/${DEFAULT_TARGET}-xml2-config --with-libjson=no --with-openssl=${PREFIX_NATIVE} --with-randomdev=/dev/urandom BUILD_CC=gcc"}; : ${PKG_BIND_MAKEFLAGS_BUILD:=-j1}; : ${PKG_DROPBEAR_VERSION:=2017.75};