From cf6a5c2e1b481c94ae127ff034673e39109f2a1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:34:06 +0000 Subject: [PATCH] dnslookup: Update to version 1.11.1 --- bucket/dnslookup.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dnslookup.json b/bucket/dnslookup.json index 2f1beadf9e..2526073af5 100644 --- a/bucket/dnslookup.json +++ b/bucket/dnslookup.json @@ -1,17 +1,17 @@ { - "version": "1.11.0", + "version": "1.11.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.11.0/dnslookup-windows-amd64-v1.11.0.zip", - "hash": "cf4ad03beab3a35900ab9e2d1aa2846c93081af15f4cb0ca5f68492811824498", + "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.11.1/dnslookup-windows-amd64-v1.11.1.zip", + "hash": "082c1a9afc72861359e8bc42eea3f9e75ce37d76f54d831d69441519a9d4fc14", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.11.0/dnslookup-windows-386-v1.11.0.zip", - "hash": "2906052fb631b4cb3c09ad5962190e2e55d6e17074be63db2e228b8f75943e2b", + "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.11.1/dnslookup-windows-386-v1.11.1.zip", + "hash": "36262590271e428109b73ce551e7bf2fb23f9eb322557b20a45dc69f7fb2083f", "extract_dir": "windows-386" } },