From c64ed9e903f9fb0ece9bb7963b9821e4541d2bdb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:30:04 +0000 Subject: [PATCH 1/2] dnscontrol 4.14.1 --- Formula/d/dnscontrol.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dnscontrol.rb b/Formula/d/dnscontrol.rb index d824fa37d438..233b8e2b17ee 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.14.0.tar.gz" - sha256 "36495855ac23a927e92732a5ab2c982447d5fed8e4f963489c798564a443d6fa" + url "https://github.com/StackExchange/dnscontrol/archive/refs/tags/v4.14.1.tar.gz" + sha256 "be498ce81e18bce01f9f2585782d1b2d322095b259708818e3ff63e0cf66f951" license "MIT" version_scheme 1 From da0b1114f7f27856381fa1bb651483e04a4af8da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:53:20 +0000 Subject: [PATCH 2/2] dnscontrol: update 4.14.1 bottle. --- Formula/d/dnscontrol.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dnscontrol.rb b/Formula/d/dnscontrol.rb index 233b8e2b17ee..2df46de46e69 100644 --- a/Formula/d/dnscontrol.rb +++ b/Formula/d/dnscontrol.rb @@ -15,12 +15,12 @@ class Dnscontrol < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b8fb7bd73177fde360f4091a3dc8ba8153b9345e04d93dc3b83410f6a2e312cb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8fb7bd73177fde360f4091a3dc8ba8153b9345e04d93dc3b83410f6a2e312cb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b8fb7bd73177fde360f4091a3dc8ba8153b9345e04d93dc3b83410f6a2e312cb" - sha256 cellar: :any_skip_relocation, sonoma: "b6c058c11bdf6da5edfb2f46cf3fa8673be7bbc0dedfb810312da3e33e9364b7" - sha256 cellar: :any_skip_relocation, ventura: "b6c058c11bdf6da5edfb2f46cf3fa8673be7bbc0dedfb810312da3e33e9364b7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7c737b26fad739ae78ad19c1799f632ac9303390924425377c1128045e75faf3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fdc192182ecbb9fcfd41dfbcc036cd8ed597a7fa04fa207a59e3565848547b7b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fdc192182ecbb9fcfd41dfbcc036cd8ed597a7fa04fa207a59e3565848547b7b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fdc192182ecbb9fcfd41dfbcc036cd8ed597a7fa04fa207a59e3565848547b7b" + sha256 cellar: :any_skip_relocation, sonoma: "c99d005fceae100d61e97a817885f55dfefe774927b27201fe9711e9cf972142" + sha256 cellar: :any_skip_relocation, ventura: "c99d005fceae100d61e97a817885f55dfefe774927b27201fe9711e9cf972142" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e1117647f52f142d32ecd77194a4a8bc29858246f4b0eb1cbddf0425e694ec51" end depends_on "go" => :build