Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Commit 321946a

Browse files
committed
Update curl and SDK versions
1 parent ae0e804 commit 321946a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/curl_builder.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ module CurlBuilder
6161
verbose: false,
6262
debug_symbols: false,
6363
curldebug: false,
64-
sdk_version: "7.0",
65-
osx_sdk_version: "10.8",
66-
libcurl_version: "7.32.0",
64+
sdk_version: "8.1",
65+
osx_sdk_version: "10.10",
66+
libcurl_version: "7.38.0",
6767
architectures: %w(i386 armv7 armv7s arm64 x86_64),
6868
xcode_home: "/Applications/Xcode.app/Contents/Developer",
6969
run_on_dir: Dir::pwd,

0 commit comments

Comments
 (0)