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 Yaml2json < Formula
66 license "MIT"
77 head "https://github.com/bronze1man/yaml2json.git" , branch : "master"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "81fdf8b90dfbef0a48912f42db8742d4ee5542d87a3f709504821ba7c4aae7f4"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "81fdf8b90dfbef0a48912f42db8742d4ee5542d87a3f709504821ba7c4aae7f4"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "81fdf8b90dfbef0a48912f42db8742d4ee5542d87a3f709504821ba7c4aae7f4"
13+ sha256 cellar : :any_skip_relocation , sonoma : "3d2dd72115aaa4fc3e4cc60dc285c2d76f58283ea90241687ff3bd55fafdbe9d"
14+ sha256 cellar : :any_skip_relocation , ventura : "3d2dd72115aaa4fc3e4cc60dc285c2d76f58283ea90241687ff3bd55fafdbe9d"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "4d1ad585751d061cdf59a0b4722b31fb48c34f92159426cb2e74d313db63d0b1"
16+ end
17+
918 depends_on "go" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments