|
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.5.tar.gz" |
5 | | - sha256 "dfa9ce6608ea3d94584e4a47c6568a90844dd9d8f3fd35f8e893fa7fdd5d7bd7" |
| 4 | + url "https://github.com/ohler55/ojg/archive/refs/tags/v1.26.6.tar.gz" |
| 5 | + sha256 "85754da53ac0b717e1c9068c71a73315bbe666e10520de488a84c4fd124d5d8c" |
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: "7758e7e09c133bb4754fdcac53726583c0f8d27bd11553768212e87eba62026b" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7758e7e09c133bb4754fdcac53726583c0f8d27bd11553768212e87eba62026b" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "7758e7e09c133bb4754fdcac53726583c0f8d27bd11553768212e87eba62026b" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "519c8688bf5c29924491d87f7c323dec8104d2a0b68f82d5c5df11a89345d395" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "519c8688bf5c29924491d87f7c323dec8104d2a0b68f82d5c5df11a89345d395" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "cf8e9cb061d52938211963f94baa609ed43d33ccee3e8b5f9cc70e48cfa25cee" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "8ca280f0077e0c2e62ab224b7f3102b5faa39aa413bb5db455229debaf1f9f27" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "659d69c48c89cb841e50608103d70ad2f23a58899fed7b22ea0ed64455fb8cbc" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "659d69c48c89cb841e50608103d70ad2f23a58899fed7b22ea0ed64455fb8cbc" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "659d69c48c89cb841e50608103d70ad2f23a58899fed7b22ea0ed64455fb8cbc" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "8e8b7bbf89f0a231408f8ec64ab5b00d0578630b46e93f68bae6555021f82e06" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "8e8b7bbf89f0a231408f8ec64ab5b00d0578630b46e93f68bae6555021f82e06" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "b4a0c6208cf9b1155b53e3da21bb99085048f484e45c44b6095cb3206c5bb2a9" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "dcc78d06b2bf62ae33dc906c2575cae01751f4bed9b2dd49ffaa041af9a6ce0b" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments