ScoopInstaller_Main/bucket/dnslookup.json
2022-09-20 16:31:31 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.8.0",
"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.8.0/dnslookup-windows-amd64-v1.8.0.zip",
"hash": "a38f566e346b8b2f07ace076b6772e03a9f6b4d866b687f1aeda60830a6e38a4",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.8.0/dnslookup-windows-386-v1.8.0.zip",
"hash": "4d807a8a42bd99abf4d54f36e9a6e2ba5a3ad06acda4b1ecba90ba8d6db49163",
"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"
}
}
}
}