From ca9e8e1465a1395771c28f5c879d98007065fb6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 08:29:36 +0000 Subject: [PATCH] q-dns: Update to version 0.9.0 --- bucket/q-dns.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/q-dns.json b/bucket/q-dns.json index ef39769fc4..83eb4e0def 100644 --- a/bucket/q-dns.json +++ b/bucket/q-dns.json @@ -1,16 +1,16 @@ { - "version": "0.8.4", + "version": "0.9.0", "description": "A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH.", "homepage": "https://github.com/natesales/q", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/natesales/q/releases/download/v0.8.4/q_0.8.4_windows_amd64.tar.gz", - "hash": "bbbb8eb70981635be91dee8cfd082e85f1e284f11b9cbf7ce5fca123c32581db" + "url": "https://github.com/natesales/q/releases/download/v0.9.0/q_0.9.0_windows_amd64.tar.gz", + "hash": "26b97610833e0982158ca988cb37c5539458eca7fb8f129f03b1497183aba671" }, "arm64": { - "url": "https://github.com/natesales/q/releases/download/v0.8.4/q_0.8.4_windows_arm64.tar.gz", - "hash": "a33b017ea9e4302c15068c979ed2a596ca7a880700349f0cf4c3d99f5578688b" + "url": "https://github.com/natesales/q/releases/download/v0.9.0/q_0.9.0_windows_arm64.tar.gz", + "hash": "19d6c03db5d57f68d00e2ff20f54c6acac5021ffcfccfb7e03a17abf5e7ce29e" } }, "bin": "q.exe",