dnslookup: Update to version 1.9.1

This commit is contained in:
github-actions[bot] 2023-03-21 20:27:00 +00:00
parent 495328d3d6
commit a1cb301582

View File

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