double-conversion: update to 3.1.0.
This commit is contained in:
parent
12254b8f9b
commit
e32799122a
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'double-conversion'
|
# Template file for 'double-conversion'
|
||||||
pkgname=double-conversion
|
pkgname=double-conversion
|
||||||
version=3.0.0
|
version=3.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=scons
|
build_style=scons
|
||||||
short_desc="Efficient binary-decimal and decimal-binary routines for IEEE doubles"
|
short_desc="Efficient binary-decimal and decimal-binary routines for IEEE doubles"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/google/double-conversion"
|
homepage="https://github.com/google/double-conversion"
|
||||||
distfiles="https://github.com/google/double-conversion/archive/v${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/google/double-conversion/master/Changelog"
|
||||||
checksum=152f15355242b6b1fbb4098fcd825bf08527eda0c65e8446939222a13f0b3915
|
distfiles="https://github.com/google/double-conversion/archive/${version}.tar.gz"
|
||||||
|
checksum=aef5f528dab826b269b54766a4c2d179e361866c75717af529f91c56b4034665
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue