dnslookup: Update to version 1.11.0

This commit is contained in:
github-actions[bot] 2024-06-18 08:30:54 +00:00
parent 81e607373d
commit 13ed85e8f3

View File

@ -1,17 +1,17 @@
{ {
"version": "1.10.1", "version": "1.11.0",
"description": "Simple command line utility to make DNS lookups to the specified server", "description": "Simple command line utility to make DNS lookups to the specified server",
"homepage": "https://github.com/ameshkov/dnslookup", "homepage": "https://github.com/ameshkov/dnslookup",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.10.1/dnslookup-windows-amd64-v1.10.1.zip", "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.11.0/dnslookup-windows-amd64-v1.11.0.zip",
"hash": "3965995e2db9f5a4014bc4fc6dd956f6ba6a467f838505e764e41fc2f60567ae", "hash": "cf4ad03beab3a35900ab9e2d1aa2846c93081af15f4cb0ca5f68492811824498",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.10.1/dnslookup-windows-386-v1.10.1.zip", "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.11.0/dnslookup-windows-386-v1.11.0.zip",
"hash": "bd2cb7f8941831cac110ae2639b05d1659fd357dbe68798c75302b3e10986133", "hash": "2906052fb631b4cb3c09ad5962190e2e55d6e17074be63db2e228b8f75943e2b",
"extract_dir": "windows-386" "extract_dir": "windows-386"
} }
}, },