Skip to content

Commit 4e4d0d6

Browse files
authored
Merge pull request #197031 from Homebrew/bump-dnscontrol-4.14.3
dnscontrol 4.14.3
2 parents 53e19f8 + ecc53f3 commit 4e4d0d6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/d/dnscontrol.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Dnscontrol < Formula
22
desc "Synchronize your DNS to multiple providers from a simple DSL"
33
homepage "https://dnscontrol.org/"
4-
url "https://github.com/StackExchange/dnscontrol/archive/refs/tags/v4.14.2.tar.gz"
5-
sha256 "d31e488e828524ee083e170dac7bd9d0d144f3ae112e2be73ec7abc68a5789f9"
4+
url "https://github.com/StackExchange/dnscontrol/archive/refs/tags/v4.14.3.tar.gz"
5+
sha256 "47c06beb07ea7376588a40d23f73d8455a6ac13d5885b092bc29fb04fe3d6709"
66
license "MIT"
77
version_scheme 1
88

@@ -15,12 +15,12 @@ class Dnscontrol < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e48050b08b80e7aebb5029d12cdae846305dc0f6425f016b538c3bed895b1be2"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e48050b08b80e7aebb5029d12cdae846305dc0f6425f016b538c3bed895b1be2"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e48050b08b80e7aebb5029d12cdae846305dc0f6425f016b538c3bed895b1be2"
21-
sha256 cellar: :any_skip_relocation, sonoma: "4f31f49cb1a618d86fb0464cb160b7a701ddf066a9ce6499d6a68f1d8146ba8a"
22-
sha256 cellar: :any_skip_relocation, ventura: "4f31f49cb1a618d86fb0464cb160b7a701ddf066a9ce6499d6a68f1d8146ba8a"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "edc87a502813053545d7dd24e82c2193103d74c332f3980d50b32815b09f6ab7"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "68a92087051f603c20115ecd9fd972747d4960210d49bb012a9af2976011dd40"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "68a92087051f603c20115ecd9fd972747d4960210d49bb012a9af2976011dd40"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "68a92087051f603c20115ecd9fd972747d4960210d49bb012a9af2976011dd40"
21+
sha256 cellar: :any_skip_relocation, sonoma: "b4521e9651b532a27d402cf690f3721b0001474a80ca0ba060d0ce619d1e34f2"
22+
sha256 cellar: :any_skip_relocation, ventura: "b4521e9651b532a27d402cf690f3721b0001474a80ca0ba060d0ce619d1e34f2"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4e00bc4deb96c83dfa54983078295babefb37f4b9622b8bbe3c97c833358bae3"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)