]> git.openstreetmap.org Git - chef.git/commitdiff
Update dnscontrol to 3.0.0
authorTom Hughes <tom@compton.nu>
Sun, 22 Mar 2020 19:27:40 +0000 (19:27 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 22 Mar 2020 19:27:40 +0000 (19:27 +0000)
cookbooks/dns/recipes/default.rb

index 6f1658977d9cf99776edd58d79f17c221ad5bb16..a37b8b157a38f0196a28fca5ea305a520046b41f 100644 (file)
@@ -39,7 +39,7 @@ package %w[
 
 remote_file "/usr/local/bin/dnscontrol" do
   action :create
-  source "https://github.com/StackExchange/dnscontrol/releases/download/v2.11/dnscontrol-Linux"
+  source "https://github.com/StackExchange/dnscontrol/releases/download/v3.0.0/dnscontrol-Linux"
   owner "root"
   group "root"
   mode 0o755