ScoopInstaller_Main/bucket/dnslookup.json
2023-03-21 20:27:00 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.9.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.9.1/dnslookup-windows-amd64-v1.9.1.zip",
"hash": "d81f4a7d9cb810947536afcd9211240bab9e74680964b5c550110160311e20d7",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.9.1/dnslookup-windows-386-v1.9.1.zip",
"hash": "91520fbefa936f435f2c6839287e1effdc04025985c08337e3ef013ef6735b6d",
"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"
}
}
}
}