From: Grant Slater Date: Fri, 26 Aug 2022 16:35:23 +0000 (+0100) Subject: dns: Update DNScontrol to 3.20.0 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/737e17e6f873e90695e6c9679e4a8c96b3e4c02c dns: Update DNScontrol to 3.20.0 --- diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index 04d2fe343..af7dad5a4 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -41,7 +41,7 @@ package %w[ cache_dir = Chef::Config[:file_cache_path] -dnscontrol_version = "3.19.0" +dnscontrol_version = "3.20.0" remote_file "#{cache_dir}/dnscontrol_amd64.deb" do source "https://github.com/StackExchange/dnscontrol/releases/download/v#{dnscontrol_version}/dnscontrol_#{dnscontrol_version}_amd64.deb"