Download libcurl patches from dev.kiwix.org

This commit is contained in:
rgaudin 2024-10-16 09:42:03 +00:00
parent 8f73fb6b30
commit c58b209f33
No known key found for this signature in database
GPG Key ID: 447475A4CFBA2E24
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class LibCurl(Dependency):
meson_archive = Remotefile(
"curl_8.4.0-2_patch.zip",
"bbb6ae75225c36ef9bb336cface729794c7c070c623a003fff40bd416042ff6e",
"https://public.kymeria.fr/KIWIX/curl_8.4.0-2_patch.zip",
"https://dev.kiwix.org/libkiwix/curl_8.4.0-2_patch.zip",
)
archives = [src_archive, meson_archive]