Skip to content

Commit b29bec9

Browse files
authored
Merge pull request #229982 from Homebrew/bump-glaze-5.5.3
glaze 5.5.3
2 parents 26e28d3 + 31da243 commit b29bec9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/g/glaze.rb

Lines changed: 3 additions & 3 deletions
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/v5.5.2.tar.gz"
5-
sha256 "92382568999829a531db5a3800a36d8699674d640d3862fcb7e79ee2879d95ec"
4+
url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.5.3.tar.gz"
5+
sha256 "c2b62e525ff5dea91a28676943a648bf9564ad4326fd55afce2ac5026964ee71"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "47f2952fd6472839c793fb851a502cc339c2344177ee735ea69ed5e3cbfae4a1"
9+
sha256 cellar: :any_skip_relocation, all: "f85e82aed786116ee4c394e094b01da1724b09737103c172765d4f0a5b5e778b"
1010
end
1111

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

0 commit comments

Comments
 (0)