mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "1.11.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.11.2/dnslookup-windows-amd64-v1.11.2.zip",
|
|
"hash": "5a594664b40e45d3e917309bf284d7b877cb78bb03fe4bdd35a337d57bc0fe37",
|
|
"extract_dir": "windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.11.2/dnslookup-windows-386-v1.11.2.zip",
|
|
"hash": "9d4b9b86712478223d8e5fb9ce199586fb8db08c0d633542583acccb1695f4b3",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|