dnslookup: Update to version 1.7.2

This commit is contained in:
github-actions[bot] 2022-09-01 16:31:16 +00:00
parent 11d9e04ac0
commit 84b851ce44

View File

@ -1,17 +1,17 @@
{
"version": "1.7.1",
"version": "1.7.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.7.1/dnslookup-windows-amd64-v1.7.1.zip",
"hash": "4200d721d450a53b882d5f98d58cb098556248112e5d6cff70b15c5c3a98a6d0",
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.7.2/dnslookup-windows-amd64-v1.7.2.zip",
"hash": "b78d8267cccebfff861979482997a55bb9947aa37402bcd3ece76d165562a29b",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.7.1/dnslookup-windows-386-v1.7.1.zip",
"hash": "d2bfa7563c0a0fa87660e36322a1623ea84fa1d8650e75fe9cc18051335f8b74",
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.7.2/dnslookup-windows-386-v1.7.2.zip",
"hash": "44bfe0448b5653d9290ec702bbce47c97e8ce3d0b96f630f42c54653d4c1a506",
"extract_dir": "windows-386"
}
},