Skip to content

Commit

Permalink
Merge pull request #198556 from Homebrew/bump-coredns-1.12.0
Browse files Browse the repository at this point in the history
coredns 1.12.0
  • Loading branch information
BrewTestBot authored Nov 22, 2024
2 parents d49df49 + fbf662c commit c101648
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/coredns.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Coredns < Formula
desc "DNS server that chains plugins"
homepage "https://coredns.io/"
url "https://github.com/coredns/coredns/archive/refs/tags/v1.11.4.tar.gz"
sha256 "19c3b34f99921c129a19797710ddcc35f974655c99914cc319ccd0ba14f13e57"
url "https://github.com/coredns/coredns/archive/refs/tags/v1.12.0.tar.gz"
sha256 "71a585f7d41cd07a0839788bd3bb17bcc26501711c857eeae7cae2f1f654eeac"
license "Apache-2.0"
head "https://github.com/coredns/coredns.git", branch: "master"

Expand All @@ -12,12 +12,12 @@ class Coredns < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5df1e46f69cd5a22c625a705dcc4cae6d56bf87f9ccd424f200277410682fcf0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e567753c4f0c9dea23461b9112d5e0ba59613761ed2ecb752132f4ee3108f53a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "123abc8511053b328239eb3d00d25570d924b63ac51a7967420a9bf16cbefe18"
sha256 cellar: :any_skip_relocation, sonoma: "022edec861e30208b144464107f65cc4f843b90a2c2e07117f4adb5148638e2d"
sha256 cellar: :any_skip_relocation, ventura: "eef50dbfea8a91a19ac260df408abc557939aac33cc7f56cf4099c79a6448615"
sha256 cellar: :any_skip_relocation, x86_64_linux: "96849ba4b9da8607fa6a6564e5ae59036e64a0596592469b221e3b2a3f17b7ad"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "47e98345265be947d8eb69e60109b0c5b535f692d43e4ec9b26d2a898fea5fa8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c2d80376e5c7ced1d827d68db8323403c3caf7779da4f68d294dfe218da4653"
sha256 cellar: :any_skip_relocation, arm64_ventura: "445eb9d1d7d1954be13d9d627ac524a281a2c395f19b48f88f3f6dc6739799c7"
sha256 cellar: :any_skip_relocation, sonoma: "416cba4b07cdd04de0fadab927cc1e37352d845e20790b60f6df33b45bf41f39"
sha256 cellar: :any_skip_relocation, ventura: "24f74e3e5580f6619ad9c570e607d7ae4ce2df25f084c04cbe43a194bfd3a5a1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "49e825e0683e588c2aa18f28de5818412ea819d0e98319fa81e5fdf9d255d94f"
end

depends_on "go" => :build
Expand Down

0 comments on commit c101648

Please sign in to comment.