]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dns/recipes/default.rb
dns: Update dnscontrol to 3.12.0
[chef.git] / cookbooks / dns / recipes / default.rb
index 3102217e63d1000866e8be2957b25985e0a1e3da..fc1643c2293918eb1a1b04ee00af5a7f0e8c655e 100644 (file)
@@ -41,7 +41,7 @@ package %w[
 
 remote_file "/usr/local/bin/dnscontrol" do
   action :create
-  source "https://github.com/StackExchange/dnscontrol/releases/download/v3.10.1/dnscontrol-Linux"
+  source "https://github.com/StackExchange/dnscontrol/releases/download/v3.12.0/dnscontrol-Linux"
   owner "root"
   group "root"
   mode "755"