From bf26bc115f96d3c696f1af7b09d60d92ce230c07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:28:20 +0000 Subject: [PATCH] dnslookup: Update to version 1.7.1 --- bucket/dnslookup.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dnslookup.json b/bucket/dnslookup.json index 9913bb3574..09cc1c30ba 100644 --- a/bucket/dnslookup.json +++ b/bucket/dnslookup.json @@ -1,17 +1,17 @@ { - "version": "1.7.0", + "version": "1.7.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.7.0/dnslookup-windows-amd64-v1.7.0.zip", - "hash": "06f63326cd00cdd8e96be787de435bbb8849b1c371b6e504afa1f4b6ba3a083e", + "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.7.1/dnslookup-windows-amd64-v1.7.1.zip", + "hash": "4200d721d450a53b882d5f98d58cb098556248112e5d6cff70b15c5c3a98a6d0", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.7.0/dnslookup-windows-386-v1.7.0.zip", - "hash": "6a84ec131e32744a4da5002f016de89736cb61f1aa1885ef0f6793396df4f7ff", + "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.7.1/dnslookup-windows-386-v1.7.1.zip", + "hash": "d2bfa7563c0a0fa87660e36322a1623ea84fa1d8650e75fe9cc18051335f8b74", "extract_dir": "windows-386" } },