Skip to content

Commit

Permalink
LibCURL: New version 8.11.1 (#10012)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored Dec 13, 2024
1 parent 545f126 commit 9229b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion L/LibCURL/LibCURL@8/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include("../common.jl")

build_libcurl(ARGS, "LibCURL", v"8.11.0")
build_libcurl(ARGS, "LibCURL", v"8.11.1")
1 change: 1 addition & 0 deletions L/LibCURL/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const curl_hashes = Dict(
v"8.9.0" => "14d931fa98a329310dca7b190d047c3d4987674b1f466481f5490e4e12067ba4",
v"8.9.1" => "291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5",
v"8.11.0" => "264537d90e58d2b09dddc50944baf3c38e7089151c8986715e2aaeaaf2b8118f",
v"8.11.1" => "a889ac9dbba3644271bd9d1302b5c22a088893719b72be3487bc3d401e5c4e80",
)

function build_libcurl(ARGS, name::String, version::VersionNumber)
Expand Down

0 comments on commit 9229b01

Please sign in to comment.