comparison src/double-conversion.mk @ 6003:556dfbc6457e

* src/double-conversion.mk: update to v3.1.6
author John Donoghue <john.donoghue@ieee.org>
date Sun, 05 Dec 2021 13:42:06 -0500
parents b19fb3ed330c
children e26ff3ad0f60
comparison
equal deleted inserted replaced
6002:38085f903f23 6003:556dfbc6457e
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := double-conversion 4 PKG := double-conversion
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.1.5 6 $(PKG)_VERSION := 3.1.6
7 $(PKG)_CHECKSUM := ea899f825b61f374b310654927b41244d80b538e 7 $(PKG)_CHECKSUM := 5ece3a81c1c6079f965cb025504642e409c74c1c
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz 9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
10 $(PKG)_URL := https://github.com/google/$(PKG)/archive/v$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/google/$(PKG)/archive/v$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12