38 lines
1.4 KiB
JSON

{
"version": "9.16.27",
"description": "Versatile, classic, complete name server software.",
"homepage": "https://www.isc.org/bind/",
"license": "MPL-2.0",
"notes": "The 9.16 branch is the last stable Windows release of BIND. It is recommended to use the latest stable version through WSL instead. Please read the following for more info: https://www.isc.org/blogs/bind-update-summer2021/",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://downloads.isc.org/isc/bind9/9.16.27/BIND9.16.27.x64.zip",
"hash": "1f492301be3ed197f073a5f864f9b12753a8d8c2dfe29957a19e3bb8f3b8b38a"
}
},
"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'"
]
},
"env_add_path": "bin",
"persist": "etc",
"checkver": {
"url": "https://www.isc.org/download/",
"regex": "BIND([\\d.]+).x64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.isc.org/isc/bind$majorVersion/$version/BIND$version.x64.zip"
}
}
}
}