Skip to content

Commit b6d59c5

Browse files
committed
yaml2json: add 1.3.5 bottle.
1 parent c7d1512 commit b6d59c5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/y/yaml2json.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)