File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ class Television < Formula
66 license "MIT"
77 head "https://github.com/alexpasmantier/television.git" , branch : "main"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "d1ad2bc6f2683f9e9b23f392ca662db2a78eb970736615de18dd984096beba76"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "a0cb553564fc701584986460011f3652642ba6a66566ffa4555bfb7f42194d41"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "3996fc393dd33005407d8548732ca4f1d13548e1e68917a32f840dd34cf85831"
13+ sha256 cellar : :any_skip_relocation , sonoma : "f8f34f7635c566b8096ca8b4cc14fccddd3ec59fb77db2cdd3a46573a60a5bcf"
14+ sha256 cellar : :any_skip_relocation , ventura : "a59a0837fd1ce2714b8e5161d71ebf7e94e452b5cfc67d071da7d41d9d092c28"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "7239aaa77835ca43a1a523cd96b3c2acd449bdc76367b07b55b2e1dd0abc792c"
16+ end
17+
918 depends_on "rust" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments