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 Templ < Formula
55 sha256 "be924c8b359748b0109c18831e1105618f6174a0f40645d5b82a91e7a9a8fffc"
66 license "MIT"
77
8+ bottle do
9+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "4bf57634a112496ca1987739aec06c616a8bf4361ca2d6b1143737eebc36e969"
10+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "4bf57634a112496ca1987739aec06c616a8bf4361ca2d6b1143737eebc36e969"
11+ sha256 cellar : :any_skip_relocation , arm64_ventura : "4bf57634a112496ca1987739aec06c616a8bf4361ca2d6b1143737eebc36e969"
12+ sha256 cellar : :any_skip_relocation , sonoma : "aefac0f53a8554d8b4865645445625113fdc5b9bab1f088fca7a3a77e3ae071c"
13+ sha256 cellar : :any_skip_relocation , ventura : "aefac0f53a8554d8b4865645445625113fdc5b9bab1f088fca7a3a77e3ae071c"
14+ sha256 cellar : :any_skip_relocation , x86_64_linux : "f76fc66c6690bb07d598d4701db7c375b1f774c5d9047e7d2d2acc7837b31d66"
15+ end
16+
817 depends_on "go" => :build
918
1019 def install
You can’t perform that action at this time.
0 commit comments