Skip to content

Commit

Permalink
MozillaCACerts: Update to 2024-12-31 (JuliaPackaging#10264)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored Jan 13, 2025
1 parent 2ad972b commit a8c2016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions M/MozillaCACerts/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ using BinaryBuilder

name = "MozillaCACerts"
# Info and new versions here: https://curl.haxx.se/docs/caextract.html
cacert_version = "2024-11-26"
cacert_version = "2024-12-31"
version = VersionNumber(replace(cacert_version, '-'=>'.'))

# Collection of sources required to build MozillaCACerts
sources = [
FileSource("https://curl.haxx.se/ca/cacert-$cacert_version.pem",
"bb1782d281fe60d4a2dcf41bc229abe3e46c280212597d4abcc25bddf667739b",
"a3f328c21e39ddd1f2be1cea43ac0dec819eaa20a90425d7da901a11531b3aa5",
filename="cacert.pem"),
]

Expand Down

0 comments on commit a8c2016

Please sign in to comment.