dnslookup: Update to version 1.7.1

This commit is contained in:
github-actions[bot] 2022-07-06 20:28:20 +00:00
parent 7abfda4744
commit bf26bc115f

View File

@ -1,17 +1,17 @@
{
"version": "1.7.0",
"version": "1.7.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.7.0/dnslookup-windows-amd64-v1.7.0.zip",
"hash": "06f63326cd00cdd8e96be787de435bbb8849b1c371b6e504afa1f4b6ba3a083e",
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.7.1/dnslookup-windows-amd64-v1.7.1.zip",
"hash": "4200d721d450a53b882d5f98d58cb098556248112e5d6cff70b15c5c3a98a6d0",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.7.0/dnslookup-windows-386-v1.7.0.zip",
"hash": "6a84ec131e32744a4da5002f016de89736cb61f1aa1885ef0f6793396df4f7ff",
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.7.1/dnslookup-windows-386-v1.7.1.zip",
"hash": "d2bfa7563c0a0fa87660e36322a1623ea84fa1d8650e75fe9cc18051335f8b74",
"extract_dir": "windows-386"
}
},