From ce3d1341bd8abf107b03d83096397bfdc706b8a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:26:17 +0000 Subject: [PATCH] dnslookup: Update to version 1.9.2 --- bucket/dnslookup.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dnslookup.json b/bucket/dnslookup.json index 631a6891f7..071c6e95e7 100644 --- a/bucket/dnslookup.json +++ b/bucket/dnslookup.json @@ -1,17 +1,17 @@ { - "version": "1.9.1", + "version": "1.9.2", "description": "Simple command line utility to make DNS lookups to the specified server", "homepage": "https://github.com/ameshkov/dnslookup", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.9.1/dnslookup-windows-amd64-v1.9.1.zip", - "hash": "d81f4a7d9cb810947536afcd9211240bab9e74680964b5c550110160311e20d7", + "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.9.2/dnslookup-windows-amd64-v1.9.2.zip", + "hash": "4246b33b608b8f540ebb224b6b81715cf4f64234f5744cca553caa5ba8c6b4d0", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.9.1/dnslookup-windows-386-v1.9.1.zip", - "hash": "91520fbefa936f435f2c6839287e1effdc04025985c08337e3ef013ef6735b6d", + "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.9.2/dnslookup-windows-386-v1.9.2.zip", + "hash": "3e5a49bfa66c7b3ca85099e923251f871296d5a10710521436687c1c8ec39bfe", "extract_dir": "windows-386" } },