1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:47:44 +00:00

Meta: Update CA certificate to 2023-08-22

This commit is contained in:
Andrew Kaster 2023-10-30 12:47:31 -06:00 committed by Ali Mohammad Pur
parent baa26d10a8
commit 2148b89d95
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ cacert_cache = cache_path + "CACERT/"
if (enable_cacert_download) {
download_file("ca_certificates_download") {
version = "2023-01-10"
version = "2023-08-22"
url = "https://curl.se/ca/cacert-" + version + ".pem"
output = "$root_build_dir/cacert.pem"
version_file = cacert_cache + "version.txt"