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'
|
||||
pkgname=double-conversion
|
||||
version=3.0.0
|
||||
version=3.1.0
|
||||
revision=1
|
||||
build_style=scons
|
||||
short_desc="Efficient binary-decimal and decimal-binary routines for IEEE doubles"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/google/double-conversion"
|
||||
distfiles="https://github.com/google/double-conversion/archive/v${version}.tar.gz"
|
||||
checksum=152f15355242b6b1fbb4098fcd825bf08527eda0c65e8446939222a13f0b3915
|
||||
changelog="https://raw.githubusercontent.com/google/double-conversion/master/Changelog"
|
||||
distfiles="https://github.com/google/double-conversion/archive/${version}.tar.gz"
|
||||
checksum=aef5f528dab826b269b54766a4c2d179e361866c75717af529f91c56b4034665
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue