diff --git a/mklove/modules/configure.libcurl b/mklove/modules/configure.libcurl index 174a4d8b52..1086ade89b 100644 --- a/mklove/modules/configure.libcurl +++ b/mklove/modules/configure.libcurl @@ -45,8 +45,8 @@ void foo (void) { function install_source { local name=$1 local destdir=$2 - local ver=8.10.1 - local checksum="d15ebab765d793e2e96db090f0e172d127859d78ca6f6391d7eafecfd894bbc0" + local ver=8.18.0 + local checksum="e9274a5f8ab5271c0e0e6762d2fce194d5f98acc568e4ce816845b2dcc0cf88f" echo "### Installing $name $ver from source to $destdir" if [[ ! -f Makefile ]]; then diff --git a/vcpkg.json b/vcpkg.json index 49c0112bf2..67590e8965 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -16,8 +16,8 @@ }, { "name": "curl", - "version>=": "8.10.1#0" + "version>=": "8.18.0#0" } ], - "builtin-baseline": "56765209ec0e92c58a5fd91aa09c46a16d660026" + "builtin-baseline": "b2f068faf45a3f04145bec0f52a66526ad590227" }