bind: Remove checkver & autoupdate

Removing as excavator failing. Windows is no longer supported and 9.16.50 is the last version.
This commit is contained in:
tech189 2024-10-08 23:00:13 +01:00
parent 5ae7b40600
commit 24599209e0

View File

@ -53,16 +53,5 @@
"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"
}
}
}
"persist": "etc"
}