forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbind.json
33 lines (33 loc) · 1.09 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
{
"homepage": "https://www.isc.org/bind/",
"description": "Versatile, classic, complete name server software.",
"license": "MPL-2.0",
"version": "9.16.7",
"architecture": {
"64bit": {
"url": "https://downloads.isc.org/isc/bind9/9.16.7/BIND9.16.7.x64.zip",
"hash": "916ca01bf0deab6eeb74d9653e650935e2777f1a6b27305cd624a0ab3408a9fb"
}
},
"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"
}
}
},
"suggest": {
"vcredist": "extras/vcredist2017"
}
}