Skip to content

Commit

Permalink
Update 'CURL' to v8.5.0 (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmallon authored Jan 29, 2024
1 parent 210f2c7 commit cfe3633
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ hunter_default_version(BoringSSL VERSION 0.0.0-0f5ecd3a8-p0)
hunter_default_version(Box2D VERSION 2.3.1-p0)
hunter_default_version(CLAPACK VERSION 3.2.1)
hunter_default_version(CLI11 VERSION 2.3.2)
hunter_default_version(CURL VERSION 8.4.0-p0)
hunter_default_version(CURL VERSION 8.5.0-p0)
hunter_default_version(CapnProto VERSION 0.7.0)
hunter_default_version(Catch VERSION 2.13.9)
hunter_default_version(Clang VERSION 6.0.1-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/CURL/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,17 @@ hunter_add_version(
ff363d2ab97a46561216682c6295f436c61bec9d
)

hunter_add_version(
PACKAGE_NAME
CURL
VERSION
"8.5.0-p0"
URL
"https://github.com/cpp-pm/curl/archive/refs/tags/v8.5.0-p0.tar.gz"
SHA1
8fa4300089fef1977dc636c1d3923726a8a76372
)

if (ANDROID OR IOS OR RASPBERRY_PI OR OPENWRT)
set(_curl_cmake_args
HAVE_FSETXATTR_5=0
Expand Down

0 comments on commit cfe3633

Please sign in to comment.