Skip to content

Commit

Permalink
Merge pull request #13205 from Bo98/macos12.3
Browse files Browse the repository at this point in the history
os/mac/pkgconfig/12: update for macOS 12.3
  • Loading branch information
Bo98 committed Apr 27, 2022
2 parents af5ebe5 + b3da8db commit d0a0bbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/os/mac/pkgconfig/12/libcurl.pc
Expand Up @@ -34,7 +34,7 @@ supported_features="alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerber
Name: libcurl
URL: https://curl.se/
Description: Library to transfer files with ftp, http, etc.
Version: 7.77.0
Version: 7.79.1
Libs: -L${libdir} -lcurl
Libs.private: -lldap -lz
Cflags:
2 changes: 1 addition & 1 deletion Library/Homebrew/os/mac/pkgconfig/12/libffi.pc
Expand Up @@ -7,6 +7,6 @@ includedir=${prefix}/include/ffi

Name: libffi
Description: Library supporting Foreign Function Interfaces
Version: 3.3-rc0
Version: 3.4-rc1
Libs: -L${toolexeclibdir} -lffi
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion Library/Homebrew/os/mac/pkgconfig/12/sqlite3.pc
Expand Up @@ -6,7 +6,7 @@ includedir=${prefix}/include

Name: SQLite
Description: SQL database engine
Version: 3.36.0
Version: 3.37.0
Libs: -L${libdir} -lsqlite3
Libs.private:
Cflags:
2 changes: 1 addition & 1 deletion Library/Homebrew/test/os/mac/pkgconfig_spec.rb
Expand Up @@ -68,7 +68,7 @@ def pc_version(library)
it "returns the correct version for libffi" do
version = File.foreach("#{sdk}/usr/include/ffi/ffi.h")
.lazy
.grep(/^\s*libffi (\S+) - Copyright /) { Regexp.last_match(1) }
.grep(/^\s*libffi (\S+)\s+- Copyright /) { Regexp.last_match(1) }
.first

skip "Cannot detect system libffi version." if version == "PyOBJC"
Expand Down

0 comments on commit d0a0bbe

Please sign in to comment.