Skip to content

Commit

Permalink
Merge pull request #18298 from Homebrew/curl-14.5
Browse files Browse the repository at this point in the history
os/mac/pkgconfig/14: update libcurl for 14.5 SDK
  • Loading branch information
MikeMcQuaid authored Sep 20, 2024
2 parents 3b649d1 + 40c6f05 commit d8fd19d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Homebrew/os/mac/pkgconfig/14/libcurl.pc
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ prefix=${homebrew_sdkroot}/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include
supported_protocols="DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS LDAP LDAPS MQTT POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP"
supported_features="alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL threadsafe UnixSockets"
supported_protocols="DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS LDAP LDAPS MQTT POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP"
supported_features="alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM SPNEGO SSL threadsafe UnixSockets"

Name: libcurl
URL: https://curl.se/
Description: Library to transfer files with ftp, http, etc.
Version: 8.4.0
Version: 8.6.0
Libs: -L${libdir} -lcurl
Libs.private: -lldap -lz
Cflags:

0 comments on commit d8fd19d

Please sign in to comment.