dnslookup: Update to version 1.8.1

This commit is contained in:
github-actions[bot] 2022-12-23 08:27:28 +00:00
parent f3d8537d94
commit 12da239faa

View File

@ -1,17 +1,17 @@
{ {
"version": "1.8.0", "version": "1.8.1",
"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.8.0/dnslookup-windows-amd64-v1.8.0.zip", "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.8.1/dnslookup-windows-amd64-v1.8.1.zip",
"hash": "a38f566e346b8b2f07ace076b6772e03a9f6b4d866b687f1aeda60830a6e38a4", "hash": "1bcb3a74559037ededa69020cf919639c01aba9df980ba41ff94434d8e3ca51a",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.8.0/dnslookup-windows-386-v1.8.0.zip", "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.8.1/dnslookup-windows-386-v1.8.1.zip",
"hash": "4d807a8a42bd99abf4d54f36e9a6e2ba5a3ad06acda4b1ecba90ba8d6db49163", "hash": "90ff9e2a815a5362493dddcdfce5070347c3fef65106f2e1685e8a36a87316d1",
"extract_dir": "windows-386" "extract_dir": "windows-386"
} }
}, },