double-conversion 3.1.3
Closes #37681. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
9fa453df5e
commit
87620ad0a1
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class DoubleConversion < Formula
|
class DoubleConversion < Formula
|
||||||
desc "Binary-decimal and decimal-binary routines for IEEE doubles"
|
desc "Binary-decimal and decimal-binary routines for IEEE doubles"
|
||||||
homepage "https://github.com/google/double-conversion"
|
homepage "https://github.com/google/double-conversion"
|
||||||
url "https://github.com/google/double-conversion/archive/v3.1.1.tar.gz"
|
url "https://github.com/google/double-conversion/archive/v3.1.3.tar.gz"
|
||||||
sha256 "c49a6b3fa9c917f827b156c8e0799ece88ae50440487a99fc2f284cfd357a5b9"
|
sha256 "63a75815708c76a51abfd1433fba76a02768f2c2ef558ef262bc99d9eed686e0"
|
||||||
head "https://github.com/google/double-conversion.git"
|
head "https://github.com/google/double-conversion.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue