Skip to content

Commit 2366e5d

Browse files
authored
q-dns: Fix autoupdate and update to version 0.19.11 (#7384)
1 parent 2f7820e commit 2366e5d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

bucket/q-dns.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"version": "0.19.10",
2+
"version": "0.19.11",
33
"description": "A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH.",
44
"homepage": "https://github.com/natesales/q",
55
"license": "GPL-3.0-or-later",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/natesales/q/releases/download/v0.19.10/q_0.19.10_windows_amd64.tar.gz",
9-
"hash": "c9df738d44d31fc792f66bb26df6da1a25484b9d0432924bf7b0585d42d40145"
8+
"url": "https://github.com/natesales/q/releases/download/v0.19.11/q_0.19.11_windows_amd64.zip",
9+
"hash": "2e9547e982438ab552ecbb0aa80165dd0ac7f1d7a1deecec2479d2eb0715f9ae"
1010
},
1111
"arm64": {
12-
"url": "https://github.com/natesales/q/releases/download/v0.19.10/q_0.19.10_windows_arm64.tar.gz",
13-
"hash": "0528f5ba586039926d03ce4828c191acc7ce7648a1649e668216c9f384a0361c"
12+
"url": "https://github.com/natesales/q/releases/download/v0.19.11/q_0.19.11_windows_arm64.zip",
13+
"hash": "9498b008daf22c63dfd3597cdb84c2c73279d9ceb196cff59e7332ee02e56508"
1414
}
1515
},
1616
"bin": "q.exe",
1717
"checkver": "github",
1818
"autoupdate": {
1919
"architecture": {
2020
"64bit": {
21-
"url": "https://github.com/natesales/q/releases/download/v$version/q_$version_windows_amd64.tar.gz"
21+
"url": "https://github.com/natesales/q/releases/download/v$version/q_$version_windows_amd64.zip"
2222
},
2323
"arm64": {
24-
"url": "https://github.com/natesales/q/releases/download/v$version/q_$version_windows_arm64.tar.gz"
24+
"url": "https://github.com/natesales/q/releases/download/v$version/q_$version_windows_arm64.zip"
2525
}
2626
},
2727
"hash": {
28-
"url": "$baseurl/checksums.txt"
28+
"url": "$baseurl/q_$version_checksums.txt"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)