From b68fa9aa2628f31fb37a45bf8e5dc03a6b14d74f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:32:30 +0000 Subject: [PATCH] q-dns: Update to version 0.19.2 --- 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 ab7af82d51..322bfd2c0d 100644 --- a/bucket/q-dns.json +++ b/bucket/q-dns.json @@ -1,16 +1,16 @@ { - "version": "0.19.1", + "version": "0.19.2", "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.19.1/q_0.19.1_windows_amd64.tar.gz", - "hash": "405b76c3be1b454cb8f1c319c742dfd66171c9388655c2929f7c891005c152b6" + "url": "https://github.com/natesales/q/releases/download/v0.19.2/q_0.19.2_windows_amd64.tar.gz", + "hash": "7c3086038217c7e5558258018b204df71796f3f5dc351bcb31cf9996405c6e0f" }, "arm64": { - "url": "https://github.com/natesales/q/releases/download/v0.19.1/q_0.19.1_windows_arm64.tar.gz", - "hash": "f4113c390dfaa6f93971b8491223c0f81b999c5538ed9d0f075139e18f9e6f2c" + "url": "https://github.com/natesales/q/releases/download/v0.19.2/q_0.19.2_windows_arm64.tar.gz", + "hash": "ae123dc792a7901d285e868b4ab30a06c2ed95b16520841c8f7668cf2aeb4c28" } }, "bin": "q.exe",