2020-02-02 21:01:49 +00:00

34 lines
1.1 KiB
JSON

{
"homepage": "https://www.isc.org/bind/",
"description": "Versatile, classic, complete name server software.",
"license": "MPL-2.0",
"version": "9.14.10",
"architecture": {
"64bit": {
"url": "https://downloads.isc.org/isc/bind9/9.14.10/BIND9.14.10.x64.zip",
"hash": "92433cdd8f8aecbfcf33230b0aeb585590d8cdea46c9e5772f669cada9d3a0b4"
}
},
"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"
}
}