mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
41 lines
1.4 KiB
JSON
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.3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.isc.org/isc/bind9/9.14.3/BIND9.14.3.x64.zip",
|
|
"hash": "9182c6593d11581909d12706e663252c357696def102b260da02c98ec1ac7b86"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.isc.org/isc/bind9/9.14.3/BIND9.14.3.x86.zip",
|
|
"hash": "1ded768b090e633b1930f99e457c1f73b3955614aff621ec13ea12c186884472"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|