Skip to content

Commit

Permalink
Merge pull request #276 from Homebrew/openssl-cacert-update
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Jan 16, 2025
2 parents 44175bd + 064e2cf commit 14061b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/portable-openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class PortableOpenssl < PortableFormula

resource "cacert" do
# https://curl.se/docs/caextract.html
url "https://curl.se/ca/cacert-2024-11-26.pem"
sha256 "bb1782d281fe60d4a2dcf41bc229abe3e46c280212597d4abcc25bddf667739b"
url "https://curl.se/ca/cacert-2024-12-31.pem"
sha256 "a3f328c21e39ddd1f2be1cea43ac0dec819eaa20a90425d7da901a11531b3aa5"

livecheck do
url "https://curl.se/ca/cadate.t"
Expand Down

0 comments on commit 14061b3

Please sign in to comment.