Skip to content

Commit e7bfc6b

Browse files
committed
unxip: update macOS dependency
This has `depends_on xcode: ["16.0", :build]`, so it isn't possible to build this on anything older than Sonoma anyway. We could maybe alternatively drop the `depends_on macos:` line entirely, but this makes the output of `brew info` more understandable.
1 parent 490b9a4 commit e7bfc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/u/unxip.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Unxip < Formula
1313
sha256 x86_64_linux: "e8ce3607ab1d6aeb51833fc2862c38e28068d172d00b865a89cd2d305ebf69a3"
1414
end
1515

16-
depends_on macos: :monterey
16+
depends_on macos: :sonoma
1717

1818
uses_from_macos "swift", since: :sonoma
1919

0 commit comments

Comments
 (0)