Skip to content

Commit 2cf94b1

Browse files
authored
Merge pull request #230056 from Homebrew/bump-ca-certificates-2025-07-15
ca-certificates 2025-07-15
2 parents cddff96 + 757cbdb commit 2cf94b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/c/ca-certificates.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class CaCertificates < Formula
22
desc "Mozilla CA certificate store"
33
homepage "https://curl.se/docs/caextract.html"
4-
url "https://curl.se/ca/cacert-2025-05-20.pem"
5-
sha256 "ab3ee3651977a4178a702b0b828a4ee7b2bbb9127235b0ab740e2e15974bf5db"
4+
url "https://curl.se/ca/cacert-2025-07-15.pem"
5+
sha256 "7430e90ee0cdca2d0f02b1ece46fbf255d5d0408111f009638e3b892d6ca089c"
66
license "MPL-2.0"
77

88
livecheck do
@@ -11,7 +11,7 @@ class CaCertificates < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "dda1100e7f994081a593d6a5e422451bfa20037e29667ed2b79f011ffc9288a7"
14+
sha256 cellar: :any_skip_relocation, all: "84e089e758e75d61228f97d54b3eb1918737a2272c747206cc4d9d75d8a3cb52"
1515
end
1616

1717
def install

0 commit comments

Comments
 (0)