We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ff9d1c + 6a890c4 commit 49958d0Copy full SHA for 49958d0
1 file changed
Formula/c/container.rb
@@ -7,12 +7,14 @@ class Container < Formula
7
head "https://github.com/apple/container.git", branch: "main"
8
9
bottle do
10
- sha256 arm64_tahoe: "09c25a77c53e145088f2fee6ee1c8ec5b4c30aaf7a739d74642510824cd4767a"
+ rebuild 1
11
+ sha256 arm64_tahoe: "485f6e988c79187a98be715e5410a920df3d9e3edd9e71b2d5e29055368f4847"
12
+ sha256 arm64_sequoia: "3050bf8eeb1a7d6d9ffd98a55fe4df5e6454d38981dfe10b8b5b9c6380387371"
13
end
14
15
depends_on xcode: ["26.0", :build]
16
depends_on arch: :arm64
- depends_on macos: :tahoe
17
+ depends_on macos: :sequoia
18
depends_on :macos
19
20
def install
0 commit comments