dig: Update to version 9.13.4

This commit is contained in:
Richard Kuhnt 2018-11-22 09:01:29 +00:00
parent 82153da29a
commit e2568abe29

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.isc.org/", "homepage": "https://www.isc.org/",
"license": "ISC", "license": "ISC",
"version": "9.13.3", "version": "9.13.4",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://ftp.isc.org/isc/bind9/9.13.3/BIND9.13.3.x64.zip", "url": "https://ftp.isc.org/isc/bind9/9.13.4/BIND9.13.4.x64.zip",
"hash": "ff89ccabc53e27a08c85e3b519168fd89008d45554223436e63ba9e52b080b58" "hash": "09aa7cfda0a0ebf7f87c2211351dc2268b205fbef9b3ed9ab6bccb1aa5f6583f"
}, },
"32bit": { "32bit": {
"url": "https://ftp.isc.org/isc/bind9/9.13.3/BIND9.13.3.x86.zip", "url": "https://ftp.isc.org/isc/bind9/9.13.4/BIND9.13.4.x86.zip",
"hash": "dae5083e38b7d8f46f7a6dda87b61a5d3c1057611c8fcd272cb76503da7357e2" "hash": "344c16268648d33bfc9771b10b5fd6931dd99874b3154c2f5fb828a9afaf9c33"
} }
}, },
"bin": "dig.exe", "bin": "dig.exe",
@ -28,8 +28,6 @@
} }
}, },
"suggest": { "suggest": {
"vcredist": [ "vcredist": "extras/vcredist2012"
"extras/vcredist2012"
]
} }
} }