diff --git a/Formula/d/dnscontrol.rb b/Formula/d/dnscontrol.rb index 01deb83aa3ab2..ef38b78c3e138 100644 --- a/Formula/d/dnscontrol.rb +++ b/Formula/d/dnscontrol.rb @@ -1,8 +1,8 @@ class Dnscontrol < Formula desc "Synchronize your DNS to multiple providers from a simple DSL" homepage "https://dnscontrol.org/" - url "https://github.com/StackExchange/dnscontrol/archive/refs/tags/v4.12.2.tar.gz" - sha256 "954d8bd5cfd4da1eb1f754ffa0eab47e959d265d227e591086457c5182efabec" + url "https://github.com/StackExchange/dnscontrol/archive/refs/tags/v4.12.3.tar.gz" + sha256 "88696f622e614d687caaa592144a57e32cdb6e36712cf4a57a71860cb5ec45cb" license "MIT" version_scheme 1 @@ -15,13 +15,13 @@ class Dnscontrol < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "830bafb50177f36e0119d67ec9683a5c996cedf360df9e40877759ab8b37a613" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b900ef71d62c20928b56b0b9c8978138a0331fa6ff9b3af34c925dbc4ebe71bf" - sha256 cellar: :any_skip_relocation, arm64_monterey: "678f1eff2f1ee1ef208db8a759612a46c47f8b67d774b23ce8c4d6da3f1a81a5" - sha256 cellar: :any_skip_relocation, sonoma: "ab06c5255b875460a979da3647b1343e9ba2f555f75f48222a13f004af3abd3e" - sha256 cellar: :any_skip_relocation, ventura: "1dceade49ad3fd34515ab3e52f09a0aa283c5ae48efcbc13804cb1986909fa8e" - sha256 cellar: :any_skip_relocation, monterey: "3f5a729e6c29ff2f2640833ce0c76cd507fa4fb0ac18f80d4ac0d86ed4e298c0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "62e8d02004ee18fcd9b1a6de34c0c3ddbe91bf20471ff9e9d90f7c00e61b255e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "08a7b62266cbeac63cf034a437440a0be7784e60ca1ef70c4f359593e36bfd8a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6ff984910af6bebe8e871d363407417d19a2fd794b07d4a717deb12978c528cf" + sha256 cellar: :any_skip_relocation, arm64_monterey: "8d9050d11690d9c7e1989690320fc3f57c562b54e210da25b431f6f72452a857" + sha256 cellar: :any_skip_relocation, sonoma: "32c113a373c66e2a0259502d262a7ef1f8e6d01208da0b0c3803fd8e27440ea9" + sha256 cellar: :any_skip_relocation, ventura: "1c8d28a52b5d4e5e52e33e52250b0cd6d5f17b1969774b6888260d888cac5815" + sha256 cellar: :any_skip_relocation, monterey: "eb96eebcdad1f85ffdfaef9f4dda3c9b3055f7fc0df2a725e38f17031d1de53c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c4a72126beba7f33c303c35e6f901c29bec0710dfe97a85d146fe1aab285995f" end depends_on "go" => :build @@ -53,6 +53,9 @@ def caveats EOS output = shell_output("#{bin}/dnscontrol check #{testpath}/dnsconfig.js 2>&1").strip - assert_equal "No errors.", output + assert_equal <<~EOS.strip, output + DOMAIN: 4 example.com + No errors. + EOS end end