From 3c065d8a746f952da92476d4181651419a6946b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 25 Apr 2020 13:57:01 +0200 Subject: [PATCH] dig: Disable checkver No need to update it since Bind is suggested --- bucket/dig.json | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/bucket/dig.json b/bucket/dig.json index 6f080222a5..7a7ed9fc97 100644 --- a/bucket/dig.json +++ b/bucket/dig.json @@ -1,8 +1,15 @@ { "version": "9.14.8", - "homepage": "https://www.isc.org/bind/", "description": "dig (domain information groper) is a flexible tool for interrogating DNS name servers", + "homepage": "https://www.isc.org/bind/", "license": "MPL-2.0", + "notes": [ + "The dig package has been deprecated, and will be removed in the future.", + "Please use the bind package instead." + ], + "suggest": { + "vcredist": "extras/vcredist2012" + }, "architecture": { "64bit": { "url": "https://ftp.isc.org/isc/bind9/9.14.8/BIND9.14.8.x64.zip", @@ -14,10 +21,6 @@ } }, "bin": "dig.exe", - "checkver": { - "url": "https://www.isc.org/downloads/", - "regex": "Current-Stable[\\S\\s]*?BIND(.+)\\.x64\\.zip\"" - }, "autoupdate": { "architecture": { "64bit": { @@ -27,12 +30,5 @@ "url": "https://ftp.isc.org/isc/bind$majorVersion/$version/BIND$version.x86.zip" } } - }, - "suggest": { - "vcredist": "extras/vcredist2012" - }, - "notes": [ - "The dig package has been deprecated, and will be removed in the future.", - "Please use the bind package instead." - ] + } }