2019-07-18 21:01:53 +00:00

39 lines
1.3 KiB
JSON

{
"version": "9.14.4",
"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.4/BIND9.14.4.x64.zip",
"hash": "80ab8173cd86828e42bceaf2bf15e78a4a012cac232f11ac15c8642558e76c1e"
},
"32bit": {
"url": "https://ftp.isc.org/isc/bind9/9.14.4/BIND9.14.4.x86.zip",
"hash": "618adda78c04c5891a778381d87d78f81d1d8ae9849dec200a5ce66b516bd3d2"
}
},
"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."
]
}