Skip to content

Commit

Permalink
Merge pull request #183253 from Homebrew/bump-fast_float-6.1.5
Browse files Browse the repository at this point in the history
fast_float 6.1.5
  • Loading branch information
BrewTestBot authored Sep 2, 2024
2 parents c5857f6 + 28989d8 commit ef16592
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.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"

bottle do
sha256 cellar: :any_skip_relocation, all: "11e47dcfe78bd0703495c9f86b1feb600d24e6ddb26e0573c099c9a9bb22cb9f"
sha256 cellar: :any_skip_relocation, all: "5d591c6a5d42db64fa7f059d4284c56b03a6f951b926171a59c783af503925c5"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit ef16592

Please sign in to comment.