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 Tuisky < Formula
6
6
license "MIT"
7
7
head "https://github.com/sugyan/tuisky.git" , branch : "main"
8
8
9
+ bottle do
10
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "fdd3cd4bae5e615c5998482164dd60d6b4af71090877a5fc8ce502baf026c507"
11
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "abe534534245333207c7bcbc7cfeb9437c43e6f416aad2aac5052e587778b3ac"
12
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "6c5334e7ab773d0a0c86e876cd8c5e9e9790a9db7aeaef43560832292f43ad1c"
13
+ sha256 cellar : :any_skip_relocation , sonoma : "86aef90f8d8d4fab7abde6b5f82ccef66db610b6f382e6ee2c3bf269ea213509"
14
+ sha256 cellar : :any_skip_relocation , ventura : "3450e4c9b5066717095354391061520c60fa89f3da742f5349540a84b7d9b940"
15
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "e40debfffda75edcd330e3e46de47bf17073dc8e07dcb4a0ae0443a8118c1deb"
16
+ end
17
+
9
18
depends_on "pkgconf" => :build
10
19
depends_on "rust" => :build
11
20
You can’t perform that action at this time.
0 commit comments