From 24599209e046385a768b52e4f235546309b15b80 Mon Sep 17 00:00:00 2001 From: tech189 Date: Tue, 8 Oct 2024 23:00:13 +0100 Subject: [PATCH] bind: Remove checkver & autoupdate Removing as excavator failing. Windows is no longer supported and 9.16.50 is the last version. --- bucket/bind.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/bucket/bind.json b/bucket/bind.json index 5cce453b55..15be263d80 100644 --- a/bucket/bind.json +++ b/bucket/bind.json @@ -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" }