ScoopInstaller_Main/bucket/dnslookup.json
2023-08-14 16:26:17 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.9.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.9.2/dnslookup-windows-amd64-v1.9.2.zip",
"hash": "4246b33b608b8f540ebb224b6b81715cf4f64234f5744cca553caa5ba8c6b4d0",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.9.2/dnslookup-windows-386-v1.9.2.zip",
"hash": "3e5a49bfa66c7b3ca85099e923251f871296d5a10710521436687c1c8ec39bfe",
"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"
}
}
}
}