double-conversion 3.1.5
Closes #40370. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
14f30c6398
commit
0fc36e2ee9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class DoubleConversion < Formula
|
||||
desc "Binary-decimal and decimal-binary routines for IEEE doubles"
|
||||
homepage "https://github.com/google/double-conversion"
|
||||
url "https://github.com/google/double-conversion/archive/v3.1.4.tar.gz"
|
||||
sha256 "95004b65e43fefc6100f337a25da27bb99b9ef8d4071a36a33b5e83eb1f82021"
|
||||
url "https://github.com/google/double-conversion/archive/v3.1.5.tar.gz"
|
||||
sha256 "a63ecb93182134ba4293fd5f22d6e08ca417caafa244afaa751cbfddf6415b13"
|
||||
head "https://github.com/google/double-conversion.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue