Skip to content

Commit eb5b266

Browse files
authored
Merge pull request #203741 from Homebrew/bump-oj-1.26.1
oj 1.26.1
2 parents 6b61870 + 40060bb commit eb5b266

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/oj.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Oj < Formula
22
desc "JSON parser and visualization tool"
33
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"
66
license "MIT"
77
head "https://github.com/ohler55/ojg.git", branch: "develop"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)