Skip to content

Commit 06a6881

Browse files
committed
add sequoia bottle for container
1 parent cd35862 commit 06a6881

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Formula/c/container.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ class Container < Formula
77
head "https://github.com/apple/container.git", branch: "main"
88

99
bottle do
10-
sha256 arm64_tahoe: "09c25a77c53e145088f2fee6ee1c8ec5b4c30aaf7a739d74642510824cd4767a"
10+
sha256 arm64_tahoe: "09c25a77c53e145088f2fee6ee1c8ec5b4c30aaf7a739d74642510824cd4767a"
11+
sha256 arm64_sequoia: "6bd062048b35f77e4f7e3100a91057f8869367c89e3fbe709e90c1fb7f9f49e8"
1112
end
1213

1314
depends_on xcode: ["26.0", :build]
1415
depends_on arch: :arm64
15-
depends_on macos: :tahoe
16+
depends_on macos: :sequoia
1617
depends_on :macos
1718

1819
def install

0 commit comments

Comments
 (0)