q-dns-client: Bump to 0.11.4

This commit is contained in:
CHIZI-0618 2023-07-12 18:51:04 +08:00 committed by Kevin Williams
parent 0c708095d6
commit 911abd1fac
2 changed files with 5 additions and 5 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/natesales/q
TERMUX_PKG_DESCRIPTION="A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="kay9925@outlook.com"
TERMUX_PKG_VERSION="0.11.3"
TERMUX_PKG_VERSION="0.11.4"
TERMUX_PKG_SRCURL="git+https://github.com/natesales/q"
TERMUX_PKG_SHA256=55dc6ca837ae4d5ec08e46929f5676023cb627b16ddac3af2afdcf2f9c687234
TERMUX_PKG_SHA256=6e61155a66311164d7c4300fabfcda4cb69a5fe9c846ca106503ed8e7828133d
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_post_get_source() {

View File

@ -1,8 +1,8 @@
diff --git a/main.go b/main.go
index b4b1828..af80cfe 100644
index cbe888f..f117520 100644
--- a/main.go
+++ b/main.go
@@ -466,8 +466,8 @@ All long form (--) flags can be toggled with the dig-standard +[no]flag notation
@@ -470,8 +470,8 @@ All long form (--) flags can be toggled with the dig-standard +[no]flag notation
opts.Server = os.Getenv(defaultServerVar)
log.Debugf("Using %s from %s environment variable", opts.Server, defaultServerVar)
} else {
@ -13,7 +13,7 @@ index b4b1828..af80cfe 100644
if err != nil {
opts.Server = "https://cloudflare-dns.com/dns-query"
log.Debugf("no server set, using %s", opts.Server)
@@ -477,7 +477,7 @@ All long form (--) flags can be toggled with the dig-standard +[no]flag notation
@@ -481,7 +481,7 @@ All long form (--) flags can be toggled with the dig-standard +[no]flag notation
log.Debugf("no server set, using %s", opts.Server)
} else {
opts.Server = conf.Servers[0]