]> git.openstreetmap.org Git - chef.git/commitdiff
dns: update dnscontrol to v3.3.0
authorGrant Slater <git@firefishy.com>
Sun, 13 Sep 2020 15:31:26 +0000 (16:31 +0100)
committerGrant Slater <git@firefishy.com>
Sun, 13 Sep 2020 15:31:26 +0000 (16:31 +0100)
cookbooks/dns/recipes/default.rb

index ba6355b04cd85576c2dda3169463f4418fd67537..06953068e97c86476abc45e242300e3c22c59282 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.2.0/dnscontrol-Linux"
+  source "https://github.com/StackExchange/dnscontrol/releases/download/v3.3.0/dnscontrol-Linux"
   owner "root"
   group "root"
   mode "755"