Skip to content

Commit 5c02edd

Browse files
authored
Merge pull request #203366 from Homebrew/bump-glaze-4.3.0
glaze 4.3.0
2 parents bf688e1 + 62651a8 commit 5c02edd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/g/glaze.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Glaze < Formula
22
desc "Extremely fast, in-memory JSON and interface library for modern C++"
33
homepage "https://github.com/stephenberry/glaze"
4-
url "https://github.com/stephenberry/glaze/archive/refs/tags/v4.2.4.tar.gz"
5-
sha256 "dd409d60b60cb65c7a71ade6331a649710d0eb3d56c66c3bfd461e837359cc2a"
4+
url "https://github.com/stephenberry/glaze/archive/refs/tags/v4.3.0.tar.gz"
5+
sha256 "72cd174ad8839bc526a679a5a8ebf4bb18f3cb850a34fcfd3e89970f83c4d384"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "7fd9915e56f135bfdd67917bd4e7590bea9015669980c427737a54caad4d5fea"
9+
sha256 cellar: :any_skip_relocation, all: "b5fb40b50a71c6a2192ff81860e61a0b744b620ef2be0028834351332235de89"
1010
end
1111

1212
depends_on "cmake" => [:build, :test]

0 commit comments

Comments
 (0)