dnslookup: Update to version 1.10.1

This commit is contained in:
github-actions[bot] 2024-05-08 20:25:05 +00:00
parent 3f2c035984
commit 3e032e7ff6

View File

@ -1,17 +1,17 @@
{ {
"version": "1.10.0", "version": "1.10.1",
"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.10.0/dnslookup-windows-amd64-v1.10.0.zip", "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.10.1/dnslookup-windows-amd64-v1.10.1.zip",
"hash": "fecfe182b9bbe8326bc6d261d0875f5807a7d09227bb047cfd175e361c48b79d", "hash": "3965995e2db9f5a4014bc4fc6dd956f6ba6a467f838505e764e41fc2f60567ae",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.10.0/dnslookup-windows-386-v1.10.0.zip", "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.10.1/dnslookup-windows-386-v1.10.1.zip",
"hash": "30b3de32996ba64153b145deed4013a66153c2734843cf5747b569ac15902810", "hash": "bd2cb7f8941831cac110ae2639b05d1659fd357dbe68798c75302b3e10986133",
"extract_dir": "windows-386" "extract_dir": "windows-386"
} }
}, },