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.17 .0.tar.gz"
5- sha256 "e126665a00eb0a7983ed2dd5a61ac84d597e3e8016fc010d2bac7f1bbe90d201 "
4+ url "https://github.com/StackExchange/dnscontrol/archive/refs/tags/v4.18 .0.tar.gz"
5+ sha256 "ab1f228cdc87351754186000bcd9966f0bc1a1ccfc790aa61e9b103c944c4b3c "
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 : "00064d83d075a7eb8e4a73326cb70e221a023174921e7a35622a66a30f864b06 "
19- sha256 cellar : :any_skip_relocation , arm64_sonoma : "00064d83d075a7eb8e4a73326cb70e221a023174921e7a35622a66a30f864b06 "
20- sha256 cellar : :any_skip_relocation , arm64_ventura : "00064d83d075a7eb8e4a73326cb70e221a023174921e7a35622a66a30f864b06 "
21- sha256 cellar : :any_skip_relocation , sonoma : "cfa7dc021a749ab477ced9c3199a2af2f70d3d75622789b49e33bcb968628626 "
22- sha256 cellar : :any_skip_relocation , ventura : "cfa7dc021a749ab477ced9c3199a2af2f70d3d75622789b49e33bcb968628626 "
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "d34f30a11e279cc373f44b4c1eac01ee8f66e257bf417f0d65e2e32eb96d6e14 "
18+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "6a547b724ca54639186b5d581915e50bde201771b85a4fbada775bc615bd4270 "
19+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "6a547b724ca54639186b5d581915e50bde201771b85a4fbada775bc615bd4270 "
20+ sha256 cellar : :any_skip_relocation , arm64_ventura : "6a547b724ca54639186b5d581915e50bde201771b85a4fbada775bc615bd4270 "
21+ sha256 cellar : :any_skip_relocation , sonoma : "7f6a6e88b0abc727070b7fcd19dc206820e086272ce5aa7c0e3a6bd7f5307fec "
22+ sha256 cellar : :any_skip_relocation , ventura : "7f6a6e88b0abc727070b7fcd19dc206820e086272ce5aa7c0e3a6bd7f5307fec "
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "4b3b15142d86a03606500a2057f453085890b0dde0dd2f7dd088fc9a8ad11357 "
2424 end
2525
2626 depends_on "go" => :build
0 commit comments