|
1 | 1 | class Oj < Formula |
2 | 2 | desc "JSON parser and visualization tool" |
3 | 3 | homepage "https://github.com/ohler55/ojg" |
4 | | - url "https://github.com/ohler55/ojg/archive/refs/tags/v1.26.0.tar.gz" |
5 | | - sha256 "50c78bf0bd21924514967bc6039535b3e55db74a7214e7519f52e191db77e2dd" |
| 4 | + url "https://github.com/ohler55/ojg/archive/refs/tags/v1.26.1.tar.gz" |
| 5 | + sha256 "3b51d0d9aa52810544e499ce42a5952d22fe1b9fec4159baa39970c07a62e291" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/ohler55/ojg.git", branch: "develop" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ff9beb95f2908004cb96fcc5e24f5ceddc4ed3e1274c15dd816bfc0680922ad" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ff9beb95f2908004cb96fcc5e24f5ceddc4ed3e1274c15dd816bfc0680922ad" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "1ff9beb95f2908004cb96fcc5e24f5ceddc4ed3e1274c15dd816bfc0680922ad" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "e402fed7003db67ea73a383cc106b603c6829c7681d49e7db8be98825d4a300a" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "e402fed7003db67ea73a383cc106b603c6829c7681d49e7db8be98825d4a300a" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "b081c07e45f7b4c4d7549939f3aeb0172e99976572e7d22e50419951478752da" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "739277d80e25b2b003ee36851b55516cea743448d046f0b47704063f1ebf7c6b" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "739277d80e25b2b003ee36851b55516cea743448d046f0b47704063f1ebf7c6b" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "739277d80e25b2b003ee36851b55516cea743448d046f0b47704063f1ebf7c6b" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "977dde1e7d79fe0881f2a594a3ac343dcb74ba82a33335a35105161fdb16194e" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "977dde1e7d79fe0881f2a594a3ac343dcb74ba82a33335a35105161fdb16194e" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "7e9fef9bd8e4b5ae3d9cf40b015b2eb9f2592b073e0775d5e84fde68ce3aaa0d" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments