forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbind.json
36 lines (36 loc) · 1.17 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
{
"version": "9.16.23",
"description": "Versatile, classic, complete name server software.",
"homepage": "https://www.isc.org/bind/",
"license": "MPL-2.0",
"suggest": {
"vcredist": "extras/vcredist2017"
},
"architecture": {
"64bit": {
"url": "https://downloads.isc.org/isc/bind9/9.16.23/BIND9.16.23.x64.zip",
"hash": "16c80fe0bb6b3e2c887dfd556dd89fe7dfcbf4e6a7d90e24261f4534a9893904"
}
},
"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'"
]
},
"env_add_path": "bin",
"persist": "etc",
"checkver": {
"url": "https://www.isc.org/download/",
"regex": "(?sm)>Current-Stable.*?/([\\d.]+)/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.isc.org/isc/bind$majorVersion/$version/BIND$version.x64.zip"
}
}
}
}