mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +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.6",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.isc.org/isc/bind9/9.14.6/BIND9.14.6.x64.zip",
|
|
"hash": "929ba3c706043fa7c8fc921a3c96ffe4947f2d36a9c316a3e618f83d60f22958"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.isc.org/isc/bind9/9.14.6/BIND9.14.6.x86.zip",
|
|
"hash": "e453befadd9ed35c6ed02bf9af0df6230743718b3ee031c30a06defd4a52fdc1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|