From a640fb005e5c6e3dfd5facd6d894ce708d440cfa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:29:05 +0000 Subject: [PATCH 1/2] fast_float 6.1.5 --- 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 09226470d54b0..641be92d19162 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.4.tar.gz" - sha256 "12cb6d250824160ca16bcb9d51f0ca7693d0d10cb444f34f1093bc02acfce704" + url "https://github.com/fastfloat/fast_float/archive/refs/tags/v6.1.5.tar.gz" + sha256 "597126ff5edc3ee59d502c210ded229401a30dafecb96a513135e9719fcad55f" license "Apache-2.0" head "https://github.com/fastfloat/fast_float.git", branch: "main" From 28989d89d651555e11adc9b046cb4561ad5b8cdc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:23:29 +0000 Subject: [PATCH 2/2] fast_float: update 6.1.5 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 641be92d19162..3ff17d24a9d17 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: "11e47dcfe78bd0703495c9f86b1feb600d24e6ddb26e0573c099c9a9bb22cb9f" + sha256 cellar: :any_skip_relocation, all: "5d591c6a5d42db64fa7f059d4284c56b03a6f951b926171a59c783af503925c5" end depends_on "cmake" => :build