Skip to content

Commit

Permalink
Merge pull request #167479 from Homebrew/bump-c-ares-1.28.0
Browse files Browse the repository at this point in the history
c-ares 1.28.0
  • Loading branch information
BrewTestBot authored Mar 30, 2024
2 parents 9f7f314 + ecf6924 commit c1afa7b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Formula/c/c-ares.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
class CAres < Formula
desc "Asynchronous DNS library"
homepage "https://c-ares.org/"
url "https://c-ares.org/download/c-ares-1.27.0.tar.gz"
mirror "https://github.com/c-ares/c-ares/releases/download/cares-1_17_2/c-ares-1.27.0.tar.gz"
mirror "http://fresh-center.net/linux/misc/dns/c-ares-1.27.0.tar.gz"
mirror "http://fresh-center.net/linux/misc/dns/legacy/c-ares-1.27.0.tar.gz"
sha256 "0a72be66959955c43e2af2fbd03418e82a2bd5464604ec9a62147e37aceb420b"
url "https://c-ares.org/download/c-ares-1.28.0.tar.gz"
mirror "https://github.com/c-ares/c-ares/releases/download/cares-1_17_2/c-ares-1.28.0.tar.gz"
mirror "http://fresh-center.net/linux/misc/dns/c-ares-1.28.0.tar.gz"
mirror "http://fresh-center.net/linux/misc/dns/legacy/c-ares-1.28.0.tar.gz"
sha256 "3c92febbdebdfe9dea0e037083f55357745e0df34243f9660eed8757db617430"
license "MIT"
head "https://github.com/c-ares/c-ares.git", branch: "main"

Expand All @@ -15,13 +15,13 @@ class CAres < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "cb6e89367f33ccd46b0971724c9663f329a07d9de4436d645d3240a576a9b469"
sha256 cellar: :any, arm64_ventura: "5b25397a778fc3996f862a159706ce26bc77b955cb1be9cc5137246c6706fd41"
sha256 cellar: :any, arm64_monterey: "df3766554aa5c0ff8188c0d0f5c6089be8a2d6b7e30e83faa5c86cdc899c5ab1"
sha256 cellar: :any, sonoma: "f6bbe3e31ae934008ea920122e6f59c8d32c9ed43a4c35993ae1b4d800531f9c"
sha256 cellar: :any, ventura: "c57f3b18d6b79aa8cb741a22ae202aa3a2958c6f496d119369ec2db52cbc09f2"
sha256 cellar: :any, monterey: "019543e83412dbdb914151cb80996578256026a380e953d214e92fc872a6c9a8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "01174930e8f1a7aaee38aa447ae587fd5d62575c224787e26e68996a72fc51a4"
sha256 cellar: :any, arm64_sonoma: "c59b3d87d052c577ff3995ce0bedde455c19ffe3af8be0204d948a12c515e199"
sha256 cellar: :any, arm64_ventura: "471ea154a9005a788314061ddaa3f2d5e9b19ce0e9531d18aa1b0ca5eaea6e62"
sha256 cellar: :any, arm64_monterey: "8e7d9160ddb98938e72ebbd5668c7836d68ee78556d787d789c055dd90649dfa"
sha256 cellar: :any, sonoma: "944f8f2d89e0bffec83a407fae20eeeb9f61d2fd5c42f87e745d1c58596ed972"
sha256 cellar: :any, ventura: "29488e679b074e894e607136865a6690c58f1b02736d8e50695f668d1a97885b"
sha256 cellar: :any, monterey: "732b07978346a3a4dbf9ccdc420c9a4b917db76847b592467eed74392153789b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b513128810bf537019d9a938e8a4fec32cae1e653d15538b97f2d6ac60d26393"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit c1afa7b

Please sign in to comment.