From a182daa37cd29c1553fd13ff1ffec42a88ba39d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:34:38 +0000 Subject: [PATCH 1/2] fast_float 7.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 5ffca261aced..b2e001d8df93 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/v6.1.6.tar.gz" - sha256 "4458aae4b0eb55717968edda42987cabf5f7fc737aee8fede87a70035dba9ab0" + url "https://github.com/fastfloat/fast_float/archive/refs/tags/v7.0.0.tar.gz" + sha256 "d2a08e722f461fe699ba61392cd29e6b23be013d0f56e50c7786d0954bffcb17" license "Apache-2.0" head "https://github.com/fastfloat/fast_float.git", branch: "main" From e10c12f2e00d983b23b6f944ef98057606865b16 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 22 Nov 2024 00:04:13 +0000 Subject: [PATCH 2/2] fast_float: update 7.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 b2e001d8df93..9e008add3454 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: "1e1033e748383d9efa14599f3ef2bb7f31f8b280f36331fcf1fbd6958d0520eb" + sha256 cellar: :any_skip_relocation, all: "b1a1196942b7df9773e6179da11a7f1d90dfa57070ee2506294160211964fd4b" end depends_on "cmake" => :build