From 3e032e7ff611a296b9b86d17fcfe0275279728c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 20:25:05 +0000 Subject: [PATCH] dnslookup: Update to version 1.10.1 --- bucket/dnslookup.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dnslookup.json b/bucket/dnslookup.json index fbbf750044..303b6f0b8d 100644 --- a/bucket/dnslookup.json +++ b/bucket/dnslookup.json @@ -1,17 +1,17 @@ { - "version": "1.10.0", + "version": "1.10.1", "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.10.0/dnslookup-windows-amd64-v1.10.0.zip", - "hash": "fecfe182b9bbe8326bc6d261d0875f5807a7d09227bb047cfd175e361c48b79d", + "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.10.1/dnslookup-windows-amd64-v1.10.1.zip", + "hash": "3965995e2db9f5a4014bc4fc6dd956f6ba6a467f838505e764e41fc2f60567ae", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.10.0/dnslookup-windows-386-v1.10.0.zip", - "hash": "30b3de32996ba64153b145deed4013a66153c2734843cf5747b569ac15902810", + "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.10.1/dnslookup-windows-386-v1.10.1.zip", + "hash": "bd2cb7f8941831cac110ae2639b05d1659fd357dbe68798c75302b3e10986133", "extract_dir": "windows-386" } },