{ "homepage": "https://www.isc.org/bind/", "description": "Versatile, classic, complete name server software.", "license": "MPL-2.0", "version": "9.16.6", "architecture": { "64bit": { "url": "https://downloads.isc.org/isc/bind9/9.16.6/BIND9.16.6.x64.zip", "hash": "04aab61f30f9cd109567c8c7eb39d8b76a726ed9d7db59455e421a55eebb04e5" } }, "env_add_path": "bin", "persist": "etc", "installer": { "script": [ "Remove-Item \"$dir\\BINDInstall.exe\", \"$dir\\vcredist_x*.exe\"", "New-Item \"$dir\\bin\" -ItemType 'Directory' -Force | Out-Null", "Move-Item \"$dir\\*.exe\", \"$dir\\*.dll\" \"$dir\\bin\" -Force", "Remove-Item \"$dir\\*\" -Exclude 'bin'" ] }, "checkver": "(?sm)Current-Stable<.*?/([\\d.]+)/", "autoupdate": { "architecture": { "64bit": { "url": "https://downloads.isc.org/isc/bind$majorVersion/$version/BIND$version.x64.zip" } } }, "suggest": { "vcredist": "extras/vcredist2017" } }