linsui f1bf78ef3f bind: Add version 9.14.3 (#230)
* bind: Add version 9.14.3
* dig: Install bind instead
* keep dig.json with a note
2019-07-18 13:14:43 -07:00

39 lines
1.3 KiB
JSON

{
"version": "9.14.3",
"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.3/BIND9.14.3.x64.zip",
"hash": "9182c6593d11581909d12706e663252c357696def102b260da02c98ec1ac7b86"
},
"32bit": {
"url": "https://ftp.isc.org/isc/bind9/9.14.3/BIND9.14.3.x86.zip",
"hash": "1ded768b090e633b1930f99e457c1f73b3955614aff621ec13ea12c186884472"
}
},
"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."
]
}