Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mklove/modules/configure.libcurl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"name": "curl",
"version>=": "8.10.1#0"
"version>=": "8.18.0#0"
}
],
"builtin-baseline": "56765209ec0e92c58a5fd91aa09c46a16d660026"
Expand Down
Loading