File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ class Wassette < Formula
6
6
license "MIT"
7
7
head "https://github.com/microsoft/wassette.git" , branch : "main"
8
8
9
+ bottle do
10
+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "f3453f658e82db85c13e56a6a3c424270f229d1eef0ca427a94798f49ab4439f"
11
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "b0dfa98b471573e777ee918611b489b689fa101f9a607020a0d3629ca726d19a"
12
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "5b5a2ce1eb7ac4ce63f6998be348414a2dd76255fd764172d3495ffb7bea236b"
13
+ sha256 cellar : :any_skip_relocation , sonoma : "82f9753113c7604c0938ed56ad1d655bd02c4152ede8f12c6c7a69a141f583d3"
14
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "cf3344168e0d17a624b4307ca548934bca9866991d880ba171a1fbce532206fe"
15
+ end
16
+
9
17
depends_on "pkgconf" => :build
10
18
depends_on "rust" => :build
11
19
You can’t perform that action at this time.
0 commit comments