Skip to content

Commit b8cb67b

Browse files
authored
Merge pull request Homebrew#202824 from Homebrew/bump-ca-certificates-2024-12-31
ca-certificates 2024-12-31
2 parents 06c5a3b + b323d33 commit b8cb67b

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-2024-11-26.pem"
5-
sha256 "bb1782d281fe60d4a2dcf41bc229abe3e46c280212597d4abcc25bddf667739b"
4+
url "https://curl.se/ca/cacert-2024-12-31.pem"
5+
sha256 "a3f328c21e39ddd1f2be1cea43ac0dec819eaa20a90425d7da901a11531b3aa5"
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: "7a3b5f75ca44d330e0f37432af09f58e37bfa873f25d340dece3c3e6c7927657"
14+
sha256 cellar: :any_skip_relocation, all: "414ada64e60703cd4e9aa97f36e29c1a7ec73d60862b5219b8110731fcfd2cb7"
1515
end
1616

1717
def install

0 commit comments

Comments
 (0)