ScoopInstaller_Main/bucket/dnslookup.json
2022-07-06 20:28:20 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.7.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.7.1/dnslookup-windows-amd64-v1.7.1.zip",
"hash": "4200d721d450a53b882d5f98d58cb098556248112e5d6cff70b15c5c3a98a6d0",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/ameshkov/dnslookup/releases/download/v1.7.1/dnslookup-windows-386-v1.7.1.zip",
"hash": "d2bfa7563c0a0fa87660e36322a1623ea84fa1d8650e75fe9cc18051335f8b74",
"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"
}
}
}
}