ScoopInstaller_Main/bucket/dnslookup.json
2024-06-24 00:34:06 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.11.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.11.1/dnslookup-windows-amd64-v1.11.1.zip",
"hash": "082c1a9afc72861359e8bc42eea3f9e75ce37d76f54d831d69441519a9d4fc14",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.11.1/dnslookup-windows-386-v1.11.1.zip",
"hash": "36262590271e428109b73ce551e7bf2fb23f9eb322557b20a45dc69f7fb2083f",
"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"
}
}
}
}