From 622ebed2e66c9d9788fae81bc3d4addeee5abb3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 04:29:46 +0000 Subject: [PATCH] cacert: Update to version 2025-11-04 --- bucket/cacert.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cacert.json b/bucket/cacert.json index d46217f7b3..09f37013d3 100644 --- a/bucket/cacert.json +++ b/bucket/cacert.json @@ -1,10 +1,10 @@ { - "version": "2025-09-09", + "version": "2025-11-04", "description": "CA certificates extracted from the Mozilla CA certificate store, in PEM format", "homepage": "https://curl.se/docs/caextract.html", "license": "MPL-2.0", - "url": "https://curl.se/ca/cacert-2025-09-09.pem#/cacert.pem", - "hash": "f290e6acaf904a4121424ca3ebdd70652780707e28e8af999221786b86bb1975", + "url": "https://curl.se/ca/cacert-2025-11-04.pem#/cacert.pem", + "hash": "8ac40bdd3d3e151a6b4078d2b2029796e8f843e3f86fbf2adbc4dd9f05e79def", "post_install": "if (Test-Path \"$(appdir curl $global)\") { Copy-Item \"$dir\\cacert.pem\" \"$(appdir curl $global)\\current\\bin\\curl-ca-bundle.crt\" }", "checkver": "cacert-([\\d-]+)\\.pem", "autoupdate": {