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 @@ -5,6 +5,15 @@ class Teslamate < Formula
55 sha256 "fe29dab0dd0b96bafe003b063a7f6f95338d64b26c7187a68bacd2023e423f82"
66 license "MIT"
77
8+ bottle do
9+ sha256 cellar : :any , arm64_sequoia : "c27f488a2c39853a4e5e76ac53155facc220eef3b46ea90851bf6304e1ae22d7"
10+ sha256 cellar : :any , arm64_sonoma : "fa6dc5547defabbdfa7bd9eb256b0c98348db96dd889f9f21648898324837e7b"
11+ sha256 cellar : :any , arm64_ventura : "536d6c5b491e86f425b2aac448950b3ee2a2e417d5d33c4b5c683bb22ec5d6ba"
12+ sha256 cellar : :any , sonoma : "3b067615e1568eb81c987aca9908f6efe54332fa8beeae340e985c3aa5a9cec7"
13+ sha256 cellar : :any , ventura : "be0e4f2e27c76e6630b5019b7b702c4323235937f7db265b814bad0b2bb5bfc4"
14+ sha256 cellar : :any_skip_relocation , x86_64_linux : "9efdec2111348468a8e92f7abd3ca5a0f765ae98de1333a18cfae30961c56f8a"
15+ end
16+
817 depends_on "node" => :build
918 depends_on "postgresql@17" => :test
1019 depends_on "elixir"
You can’t perform that action at this time.
0 commit comments