Skip to content

Commit d346acf

Browse files
authored
Merge pull request #277955 from Homebrew/bump-fast_float-8.2.5
fast_float 8.2.5
2 parents e76f4b7 + 08e6141 commit d346acf

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.2.4.tar.gz"
5-
sha256 "b90b3a415e4410822f50c70bd4485cf2c5e6962c2b05cf0dc88045d8af959ccc"
4+
url "https://github.com/fastfloat/fast_float/archive/refs/tags/v8.2.5.tar.gz"
5+
sha256 "17c7fb14499fcf42c3f5d143df0fbe22172e92749ec5f75ef13224005421a654"
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: "c97854f232ce6f13f283674295479708a1ce93eaa89685f90e260e394114ac66"
10+
sha256 cellar: :any_skip_relocation, all: "593c7737e090f56d72ad78326769ae7beca7fd11616a426a0fb3126498b98b4c"
1111
end
1212

1313
depends_on "cmake" => :build

0 commit comments

Comments
 (0)