From eb6b2616d6df1b74416ccba6f68544007e1f139f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 7 Feb 2025 02:22:39 +0000 Subject: [PATCH 1/2] fast_float 8.0.0 --- Formula/f/fast_float.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fast_float.rb b/Formula/f/fast_float.rb index 16138abda0e4e..f75441fe4554e 100644 --- a/Formula/f/fast_float.rb +++ b/Formula/f/fast_float.rb @@ -1,8 +1,8 @@ class FastFloat < Formula desc "Fast and exact implementation of the C++ from_chars functions for number types" homepage "https://github.com/fastfloat/fast_float" - url "https://github.com/fastfloat/fast_float/archive/refs/tags/v7.0.0.tar.gz" - sha256 "d2a08e722f461fe699ba61392cd29e6b23be013d0f56e50c7786d0954bffcb17" + url "https://github.com/fastfloat/fast_float/archive/refs/tags/v8.0.0.tar.gz" + sha256 "8c017d31e9a324fdde4ff26c6c0206fc618addbd71491e76da0d7b038c4bf6d0" license "Apache-2.0" head "https://github.com/fastfloat/fast_float.git", branch: "main" From 6e43a2dbc2c03e093e5af9ff6fbd62be3b1aec4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 7 Feb 2025 03:07:26 +0000 Subject: [PATCH 2/2] fast_float: update 8.0.0 bottle. --- Formula/f/fast_float.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fast_float.rb b/Formula/f/fast_float.rb index f75441fe4554e..c911b7db70aad 100644 --- a/Formula/f/fast_float.rb +++ b/Formula/f/fast_float.rb @@ -7,7 +7,7 @@ class FastFloat < Formula head "https://github.com/fastfloat/fast_float.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "b1a1196942b7df9773e6179da11a7f1d90dfa57070ee2506294160211964fd4b" + sha256 cellar: :any_skip_relocation, all: "b90b036d596c0ddac53885003989ab00138c09f537796002a2a95a05fb9bbf2b" end depends_on "cmake" => :build