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

Commit f164c6c

Browse files
committed
Update curl version
1 parent 5c961ea commit f164c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/curl_builder.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ module CurlBuilder
6060
verbose: false,
6161
debug_symbols: false,
6262
curldebug: false,
63-
sdk_version: "9.2",
63+
sdk_version: "9.3",
6464
osx_sdk_version: "10.11",
65-
libcurl_version: "7.47.1",
65+
libcurl_version: "7.49.1",
6666
architectures: %w(i386 armv7 armv7s arm64 x86_64),
6767
xcode_home: "/Applications/Xcode.app/Contents/Developer",
6868
run_on_dir: Dir::pwd,

0 commit comments

Comments
 (0)