mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "1.8.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.8.1/dnslookup-windows-amd64-v1.8.1.zip",
|
|
"hash": "1bcb3a74559037ededa69020cf919639c01aba9df980ba41ff94434d8e3ca51a",
|
|
"extract_dir": "windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.8.1/dnslookup-windows-386-v1.8.1.zip",
|
|
"hash": "90ff9e2a815a5362493dddcdfce5070347c3fef65106f2e1685e8a36a87316d1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|