Skip to content

Commit ef16592

Browse files
authored
Merge pull request #183253 from Homebrew/bump-fast_float-6.1.5
fast_float 6.1.5
2 parents c5857f6 + 28989d8 commit ef16592

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/f/fast_float.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class FastFloat < Formula
22
desc "Fast and exact implementation of the C++ from_chars functions for number types"
33
homepage "https://github.com/fastfloat/fast_float"
4-
url "https://github.com/fastfloat/fast_float/archive/refs/tags/v6.1.4.tar.gz"
5-
sha256 "12cb6d250824160ca16bcb9d51f0ca7693d0d10cb444f34f1093bc02acfce704"
4+
url "https://github.com/fastfloat/fast_float/archive/refs/tags/v6.1.5.tar.gz"
5+
sha256 "597126ff5edc3ee59d502c210ded229401a30dafecb96a513135e9719fcad55f"
66
license "Apache-2.0"
77
head "https://github.com/fastfloat/fast_float.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "11e47dcfe78bd0703495c9f86b1feb600d24e6ddb26e0573c099c9a9bb22cb9f"
10+
sha256 cellar: :any_skip_relocation, all: "5d591c6a5d42db64fa7f059d4284c56b03a6f951b926171a59c783af503925c5"
1111
end
1212

1313
depends_on "cmake" => :build

0 commit comments

Comments
 (0)