From 055c87e47e059df5bb4fc47c65fd22716cad7986 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Wed, 10 Sep 2025 03:39:46 +0100 Subject: [PATCH] os/mac: updates for Xcode/macOS 26 RC --- Library/Homebrew/os/mac/pkgconfig/26/sqlite3.pc | 2 +- Library/Homebrew/os/mac/xcode.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/os/mac/pkgconfig/26/sqlite3.pc b/Library/Homebrew/os/mac/pkgconfig/26/sqlite3.pc index e7f9019fd5..da47a91714 100644 --- a/Library/Homebrew/os/mac/pkgconfig/26/sqlite3.pc +++ b/Library/Homebrew/os/mac/pkgconfig/26/sqlite3.pc @@ -6,7 +6,7 @@ includedir=${prefix}/include Name: SQLite Description: SQL database engine -Version: 3.48.0 +Version: 3.51.0 Libs: -L${libdir} -lsqlite3 Libs.private: Cflags: diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 2300f1489d..a733a31993 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -372,7 +372,7 @@ module OS sig { returns(String) } def self.latest_clang_version case MacOS.version - when "26" then "1700.3.9.908" + when "26" then "1700.3.19.1" when "15" then "1700.0.13.5" when "14" then "1600.0.26.6" when "13" then "1500.1.0.2.5"