Update dig to 9.11.2 (#1837)

This commit is contained in:
Ross Smith II 2017-11-12 16:07:46 -08:00 committed by Richard Kuhnt
parent aa75a88052
commit 96844721e5

View File

@ -1,18 +1,32 @@
{
"homepage": "https://www.isc.org/",
"license": "https://www.isc.org/downloads/software-support-policy/isc-license/",
"version": "9.11.0",
"version": "9.11.2",
"architecture": {
"64bit": {
"url": "https://ftp.isc.org/isc/bind9/9.11.0/BIND9.11.0.x64.zip",
"hash": "2cbc44127bbc9d17ed7a2a23c9c1cd5a055c90dcffd8c3384e7f8efe39ed790f"
"url": "https://ftp.isc.org/isc/bind9/9.11.2/BIND9.11.2.x64.zip",
"hash": "86effb8b6977c47b178c377ba73e38de9fd880b0a6e0b826b4a28995bb74327d"
},
"32bit": {
"url": "https://ftp.isc.org/isc/bind9/9.11.0/BIND9.11.0.x86.zip",
"hash": "7b92b9e3f9fe4cca69feeed73305151f4bdc09c9cbb5858671da2b7fd8a05fe2"
"url": "https://ftp.isc.org/isc/bind9/9.11.2/BIND9.11.2.x86.zip",
"hash": "79bbb771cadb2d06c708453c20a362c847dfc4ae759afa8dbd151bf57bddaa42"
}
},
"bin": "dig.exe",
"checkver": {
"url": "https://ftp.isc.org/isc/bind9/?C=N;O=D",
"re": "<a href=\"([\\d\\.]+)/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ftp.isc.org/isc/bind9/$version/BIND$version.x64.zip"
},
"32bit": {
"url": "https://ftp.isc.org/isc/bind9/$version/BIND$version.x86.zip"
}
}
},
"suggest": {
"vcredist": [
"extras/vcredist2012"