forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbind.json
68 lines (68 loc) · 2.28 KB
/
bind.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"version": "9.16.29",
"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.29/BIND9.16.29.x64.zip",
"hash": "5656a0a152ef02799026d7ad3f31e48118531b5dd4993b7cbcc687fc2e267be3"
}
},
"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'"
]
},
"bin": [
"bin\\arpaname.exe",
"bin\\ddns-confgen.exe",
"bin\\delv.exe",
"bin\\dig.exe",
"bin\\dnssec-cds.exe",
"bin\\dnssec-dsfromkey.exe",
"bin\\dnssec-importkey.exe",
"bin\\dnssec-keyfromlabel.exe",
"bin\\dnssec-keygen.exe",
"bin\\dnssec-revoke.exe",
"bin\\dnssec-settime.exe",
"bin\\dnssec-signzone.exe",
"bin\\dnssec-verify.exe",
"bin\\host.exe",
"bin\\mdig.exe",
"bin\\named-checkconf.exe",
"bin\\named-checkzone.exe",
"bin\\named-compilezone.exe",
"bin\\named-journalprint.exe",
"bin\\named-rrchecker.exe",
"bin\\named.exe",
"bin\\nsec3hash.exe",
[
"bin\\nslookup.exe",
"nslookup-bind"
],
"bin\\nsupdate.exe",
"bin\\rndc-confgen.exe",
"bin\\rndc.exe",
"bin\\tsig-keygen.exe"
],
"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"
}
}
}
}