2019-11-20 20:00:51 +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.8",
"architecture": {
"64bit": {
"url": "https://downloads.isc.org/isc/bind9/9.14.8/BIND9.14.8.x64.zip",
"hash": "2b28768b32cd4abe81cc83f1df041aba8d3d6531fc5fb1d85e31d1346029bf27"
},
"32bit": {
"url": "https://downloads.isc.org/isc/bind9/9.14.8/BIND9.14.8.x86.zip",
"hash": "f23608dfe2d3fc91be0ebe4e380b9425f619e349863c0c18d9bec5a32a4475f5"
}
},
"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"
}
}