mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +00:00
Meta: Update cacert.pem to 2023-12-12
This commit is contained in:
parent
ec11743fae
commit
db7eff582e
4 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
|
|||
|
||||
set(CACERT_PATH "${SERENITY_CACHE_DIR}/CACERT" CACHE PATH "Download location for cacert.pem")
|
||||
|
||||
set(CACERT_VERSION 2023-08-22)
|
||||
set(CACERT_VERSION 2023-12-12)
|
||||
set(CACERT_VERSION_FILE "${CACERT_PATH}/version.txt")
|
||||
|
||||
set(CACERT_FILE cacert-${CACERT_VERSION}.pem)
|
||||
|
|
|
@ -11,8 +11,8 @@ cacert_cache = cache_path + "CACERT/"
|
|||
|
||||
if (enable_cacert_download) {
|
||||
download_file("ca_certificates_download") {
|
||||
version = "2023-08-22"
|
||||
url = "https://curl.se/ca/cacert-" + version + ".pem"
|
||||
version = "2023-12-12"
|
||||
url = "https://curl.se/ca/cacert-$version.pem"
|
||||
output = "$root_build_dir/cacert.pem"
|
||||
version_file = cacert_cache + "version.txt"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue