File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ class InputSource < Formula
5
5
sha256 "f90e522d3f6175e50f10bafd6ae44a80624029a46c68628719393f65f87bac07"
6
6
license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT). Commenting it out due do false-alarm of "brew audit"
7
7
8
+ bottle do
9
+ root_url "https://github.com/simnalamburt/homebrew-x/releases/download/input-source-0.1.4"
10
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "e41bd4726533a2c2e6011b155f463a978e902bb7d8f0adcf286b7a7d74d21c6e"
11
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "a0e3bc5e3742d9884d95cb58cc37d64956f053150d97f35e208aa0077fb916d9"
12
+ sha256 cellar : :any_skip_relocation , ventura : "9de4c382ea183e7e529f294f5ce6a8e810363cfcd57d6c76661b688443f6c60b"
13
+ end
14
+
8
15
depends_on "zig" => :build
9
16
depends_on :macos
10
17
You can’t perform that action at this time.
0 commit comments