2019-08-22 01:00:39 +00:00

41 lines
1.4 KiB
JSON

{
"homepage": "https://www.isc.org/bind/",
"description": "Versatile, classic, complete name server software.",
"license": "MPL-2.0",
"version": "9.14.5",
"architecture": {
"64bit": {
"url": "https://downloads.isc.org/isc/bind9/9.14.5/BIND9.14.5.x64.zip",
"hash": "ce186978deedf22ecb6b93196ab82b83f7660ad5b3588d23ea1df5be2f078258"
},
"32bit": {
"url": "https://downloads.isc.org/isc/bind9/9.14.5/BIND9.14.5.x86.zip",
"hash": "4ad822ec593f311da56debb1ff370519a11c0e449b3de843ee21deb942390482"
}
},
"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"
},
"32bit": {
"url": "https://downloads.isc.org/isc/bind$majorVersion/$version/BIND$version.x86.zip"
}
}
},
"suggest": {
"vcredist": "extras/vcredist2017"
}
}