We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe3f54 commit 10813b1Copy full SHA for 10813b1
M/MozillaCACerts/build_tarballs.jl
@@ -4,13 +4,13 @@ using BinaryBuilder
4
5
name = "MozillaCACerts"
6
# Info and new versions here: https://curl.haxx.se/docs/caextract.html
7
-cacert_version = "2025-09-09"
+cacert_version = "2025-11-04"
8
version = VersionNumber(replace(cacert_version, '-'=>'.'))
9
10
# Collection of sources required to build MozillaCACerts
11
sources = [
12
FileSource("https://curl.haxx.se/ca/cacert-$cacert_version.pem",
13
- "f290e6acaf904a4121424ca3ebdd70652780707e28e8af999221786b86bb1975",
+ "8ac40bdd3d3e151a6b4078d2b2029796e8f843e3f86fbf2adbc4dd9f05e79def",
14
filename="cacert.pem"),
15
]
16
0 commit comments