dnslookup: Update to version 1.9.2

This commit is contained in:
github-actions[bot] 2023-08-14 16:26:17 +00:00
parent 2dbfbfe6b7
commit ce3d1341bd

View File

@ -1,17 +1,17 @@
{
"version": "1.9.1",
"version": "1.9.2",
"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.9.1/dnslookup-windows-amd64-v1.9.1.zip",
"hash": "d81f4a7d9cb810947536afcd9211240bab9e74680964b5c550110160311e20d7",
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.9.2/dnslookup-windows-amd64-v1.9.2.zip",
"hash": "4246b33b608b8f540ebb224b6b81715cf4f64234f5744cca553caa5ba8c6b4d0",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.9.1/dnslookup-windows-386-v1.9.1.zip",
"hash": "91520fbefa936f435f2c6839287e1effdc04025985c08337e3ef013ef6735b6d",
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.9.2/dnslookup-windows-386-v1.9.2.zip",
"hash": "3e5a49bfa66c7b3ca85099e923251f871296d5a10710521436687c1c8ec39bfe",
"extract_dir": "windows-386"
}
},