dnslookup: Update to version 1.7.3

This commit is contained in:
github-actions[bot] 2022-09-01 20:30:13 +00:00
parent 25970c05ef
commit fbe5521b21

View File

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