dnslookup: Update to version 1.8.0

This commit is contained in:
github-actions[bot] 2022-09-20 16:31:31 +00:00
parent 00801d6e90
commit 2da81a570b

View File

@ -1,17 +1,17 @@
{ {
"version": "1.7.3", "version": "1.8.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.7.3/dnslookup-windows-amd64-v1.7.3.zip", "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.8.0/dnslookup-windows-amd64-v1.8.0.zip",
"hash": "873aceb14333f7f2acc779ca8ba75b3711011009819d5bb7d9bffd824cc11544", "hash": "a38f566e346b8b2f07ace076b6772e03a9f6b4d866b687f1aeda60830a6e38a4",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.7.3/dnslookup-windows-386-v1.7.3.zip", "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.8.0/dnslookup-windows-386-v1.8.0.zip",
"hash": "2b48784ee5df0c2fe3b3e691b14d5d86451772f10267997d392c3827c96ebf16", "hash": "4d807a8a42bd99abf4d54f36e9a6e2ba5a3ad06acda4b1ecba90ba8d6db49163",
"extract_dir": "windows-386" "extract_dir": "windows-386"
} }
}, },