ScoopInstaller_Main/bucket/dnslookup.json
2024-06-18 08:30:54 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.11.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.11.0/dnslookup-windows-amd64-v1.11.0.zip",
"hash": "cf4ad03beab3a35900ab9e2d1aa2846c93081af15f4cb0ca5f68492811824498",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.11.0/dnslookup-windows-386-v1.11.0.zip",
"hash": "2906052fb631b4cb3c09ad5962190e2e55d6e17074be63db2e228b8f75943e2b",
"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"
}
}
}
}