11class 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.1 .tar.gz"
5- sha256 "be498ce81e18bce01f9f2585782d1b2d322095b259708818e3ff63e0cf66f951 "
4+ url "https://github.com/StackExchange/dnscontrol/archive/refs/tags/v4.14.2 .tar.gz"
5+ sha256 "d31e488e828524ee083e170dac7bd9d0d144f3ae112e2be73ec7abc68a5789f9 "
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 : "fdc192182ecbb9fcfd41dfbcc036cd8ed597a7fa04fa207a59e3565848547b7b "
19- sha256 cellar : :any_skip_relocation , arm64_sonoma : "fdc192182ecbb9fcfd41dfbcc036cd8ed597a7fa04fa207a59e3565848547b7b "
20- sha256 cellar : :any_skip_relocation , arm64_ventura : "fdc192182ecbb9fcfd41dfbcc036cd8ed597a7fa04fa207a59e3565848547b7b "
21- sha256 cellar : :any_skip_relocation , sonoma : "c99d005fceae100d61e97a817885f55dfefe774927b27201fe9711e9cf972142 "
22- sha256 cellar : :any_skip_relocation , ventura : "c99d005fceae100d61e97a817885f55dfefe774927b27201fe9711e9cf972142 "
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "e1117647f52f142d32ecd77194a4a8bc29858246f4b0eb1cbddf0425e694ec51 "
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 "
2424 end
2525
2626 depends_on "go" => :build
0 commit comments