ScoopInstaller_Main/bucket/dnslookup.json
2024-05-08 20:25:05 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.10.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.10.1/dnslookup-windows-amd64-v1.10.1.zip",
"hash": "3965995e2db9f5a4014bc4fc6dd956f6ba6a467f838505e764e41fc2f60567ae",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.10.1/dnslookup-windows-386-v1.10.1.zip",
"hash": "bd2cb7f8941831cac110ae2639b05d1659fd357dbe68798c75302b3e10986133",
"extract_dir": "windows-386"
}
},
"bin": "dnslookup.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v$version/dnslookup-windows-amd64-v$version.zip"
},
"32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v$version/dnslookup-windows-386-v$version.zip"
}
}
}
}