File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
class FastFloat < Formula
2
2
desc "Fast and exact implementation of the C++ from_chars functions for number types"
3
3
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 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/fastfloat/fast_float.git" , branch : "main"
8
8
9
9
bottle do
10
- sha256 cellar : :any_skip_relocation , all : "11e47dcfe78bd0703495c9f86b1feb600d24e6ddb26e0573c099c9a9bb22cb9f "
10
+ sha256 cellar : :any_skip_relocation , all : "5d591c6a5d42db64fa7f059d4284c56b03a6f951b926171a59c783af503925c5 "
11
11
end
12
12
13
13
depends_on "cmake" => :build
You can’t perform that action at this time.
0 commit comments