From ae2f7d604108e2b90eca848ae733f8a8443684c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:22:20 +0000 Subject: [PATCH 1/2] glaze 8.0.0 --- Formula/g/glaze.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index 95e4507e8f4f5..b7b8a3cc4f416 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -1,8 +1,8 @@ class Glaze < Formula desc "Extremely fast, in-memory JSON and interface library for modern C++" homepage "https://stephenberry.github.io/glaze/" - url "https://github.com/stephenberry/glaze/archive/refs/tags/v7.9.1.tar.gz" - sha256 "d6dee391276f5375672c35d06058e4fd8f1f30f62bae163a004b3bd13a4e2ae3" + url "https://github.com/stephenberry/glaze/archive/refs/tags/v8.0.0.tar.gz" + sha256 "569152f5ec43c510b2ec339476e2d0b78066068855e1a91594dbdfafcd7d248d" license "MIT" bottle do From bd570d052c6921cf5752ff799a826462397ab075 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:30:04 +0000 Subject: [PATCH 2/2] glaze: update 8.0.0 bottle. --- Formula/g/glaze.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index b7b8a3cc4f416..2a6431fd1c083 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -6,7 +6,7 @@ class Glaze < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "7aaf55ee83c42dbf04650c9cd96ae714918c5067bbfdb5f849a14fb1d058573b" + sha256 cellar: :any_skip_relocation, all: "b2b027d6ca63c9a3f922ce81d5d3afa9e319913a457e8bbb1de70be0d04eb41e" end depends_on "cmake" => [:build, :test]