Skip to content

Commit

Permalink
Merge pull request #198532 from Homebrew/bump-fast_float-7.0.0
Browse files Browse the repository at this point in the history
fast_float 7.0.0
  • Loading branch information
BrewTestBot authored Nov 22, 2024
2 parents 904a8ba + e10c12f commit ff62b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/f/fast_float.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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"

bottle do
sha256 cellar: :any_skip_relocation, all: "1e1033e748383d9efa14599f3ef2bb7f31f8b280f36331fcf1fbd6958d0520eb"
sha256 cellar: :any_skip_relocation, all: "b1a1196942b7df9773e6179da11a7f1d90dfa57070ee2506294160211964fd4b"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit ff62b2e

Please sign in to comment.