2019-09-18 18:00:33 +00:00

39 lines
1.3 KiB
JSON

{
"version": "9.14.6",
"homepage": "https://www.isc.org/bind/",
"description": "dig (domain information groper) is a flexible tool for interrogating DNS name servers",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://ftp.isc.org/isc/bind9/9.14.6/BIND9.14.6.x64.zip",
"hash": "929ba3c706043fa7c8fc921a3c96ffe4947f2d36a9c316a3e618f83d60f22958"
},
"32bit": {
"url": "https://ftp.isc.org/isc/bind9/9.14.6/BIND9.14.6.x86.zip",
"hash": "e453befadd9ed35c6ed02bf9af0df6230743718b3ee031c30a06defd4a52fdc1"
}
},
"bin": "dig.exe",
"checkver": {
"url": "https://www.isc.org/downloads/",
"regex": "Current-Stable[\\S\\s]*?BIND(.+)\\.x64\\.zip\""
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ftp.isc.org/isc/bind$majorVersion/$version/BIND$version.x64.zip"
},
"32bit": {
"url": "https://ftp.isc.org/isc/bind$majorVersion/$version/BIND$version.x86.zip"
}
}
},
"suggest": {
"vcredist": "extras/vcredist2012"
},
"notes": [
"The dig package has been deprecated, and will be removed in the future.",
"Please use the bind package instead."
]
}