Skip to content

Commit cfe3633

Browse files
authored
Update 'CURL' to v8.5.0 (#738)
1 parent 210f2c7 commit cfe3633

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

cmake/configs/default.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ hunter_default_version(BoringSSL VERSION 0.0.0-0f5ecd3a8-p0)
4646
hunter_default_version(Box2D VERSION 2.3.1-p0)
4747
hunter_default_version(CLAPACK VERSION 3.2.1)
4848
hunter_default_version(CLI11 VERSION 2.3.2)
49-
hunter_default_version(CURL VERSION 8.4.0-p0)
49+
hunter_default_version(CURL VERSION 8.5.0-p0)
5050
hunter_default_version(CapnProto VERSION 0.7.0)
5151
hunter_default_version(Catch VERSION 2.13.9)
5252
hunter_default_version(Clang VERSION 6.0.1-p0)

cmake/projects/CURL/hunter.cmake

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,17 @@ hunter_add_version(
131131
ff363d2ab97a46561216682c6295f436c61bec9d
132132
)
133133

134+
hunter_add_version(
135+
PACKAGE_NAME
136+
CURL
137+
VERSION
138+
"8.5.0-p0"
139+
URL
140+
"https://github.com/cpp-pm/curl/archive/refs/tags/v8.5.0-p0.tar.gz"
141+
SHA1
142+
8fa4300089fef1977dc636c1d3923726a8a76372
143+
)
144+
134145
if (ANDROID OR IOS OR RASPBERRY_PI OR OPENWRT)
135146
set(_curl_cmake_args
136147
HAVE_FSETXATTR_5=0

0 commit comments

Comments
 (0)