Skip to content

Commit a057a9f

Browse files
authored
Merge pull request #244760 from Homebrew/bump-fast_float-8.1.0
fast_float 8.1.0
2 parents c3a75fe + d7d156d commit a057a9f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Formula/f/fast_float.rb

Lines changed: 3 additions & 3 deletions
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/v8.0.2.tar.gz"
5-
sha256 "e14a33089712b681d74d94e2a11362643bd7d769ae8f7e7caefe955f57f7eacd"
4+
url "https://github.com/fastfloat/fast_float/archive/refs/tags/v8.1.0.tar.gz"
5+
sha256 "4bfabb5979716995090ce68dce83f88f99629bc17ae280eae79311c5340143e1"
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: "f24913611a4fa86ac954ffce98f8a50d32e932f4a91e727b0756f61b43c1f8b8"
10+
sha256 cellar: :any_skip_relocation, all: "73da849f8f108df77ccaacb95c53e892a8650f6cff237333d7727c341608c179"
1111
end
1212

1313
depends_on "cmake" => :build

0 commit comments

Comments
 (0)