Merge pull request #20661 from Homebrew/macos-26-rc

os/mac: updates for Xcode/macOS 26 RC
This commit is contained in:
Bo Anderson 2025-09-10 02:58:02 +00:00 committed by GitHub
commit 51a98eb950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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"