ScoopInstaller_Main/bucket/dnslookup.json
2022-09-01 20:30:13 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.7.3",
"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.3/dnslookup-windows-amd64-v1.7.3.zip",
"hash": "873aceb14333f7f2acc779ca8ba75b3711011009819d5bb7d9bffd824cc11544",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.7.3/dnslookup-windows-386-v1.7.3.zip",
"hash": "2b48784ee5df0c2fe3b3e691b14d5d86451772f10267997d392c3827c96ebf16",
"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"
}
}
}
}