From af270c2f795d7b915ac9929484182a9d7a0e47cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 20:23:54 +0000 Subject: [PATCH] q-dns: Update to version 0.12.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 182851a734..8e398d3ad6 100644 --- a/bucket/q-dns.json +++ b/bucket/q-dns.json @@ -1,16 +1,16 @@ { - "version": "0.11.4", + "version": "0.12.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.11.4/q_0.11.4_windows_amd64.tar.gz", - "hash": "835ad3e5ecfffb39772eb370b568bd9542a39f8d57efadcbd535d58c3023d42d" + "url": "https://github.com/natesales/q/releases/download/v0.12.0/q_0.12.0_windows_amd64.tar.gz", + "hash": "dfef9e239163a586cd1c02650de45a169baad2e8f31608e5a6883f09bf0e2a7a" }, "arm64": { - "url": "https://github.com/natesales/q/releases/download/v0.11.4/q_0.11.4_windows_arm64.tar.gz", - "hash": "ef2646bd94c2945d937984803deeff0252a0e8447c35f769774024c10b504eac" + "url": "https://github.com/natesales/q/releases/download/v0.12.0/q_0.12.0_windows_arm64.tar.gz", + "hash": "7b07dfe9edab7af98213f9d69c926fb5fb2fc3abff0f1f57bb43ebf2d48b7461" } }, "bin": "q.exe",