double-conversion: update to 2.0.1
This commit is contained in:
parent
68369cd834
commit
4b1f289e77
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'double-conversion'
|
# Template file for 'double-conversion'
|
||||||
pkgname=double-conversion
|
pkgname=double-conversion
|
||||||
version=1.1.5
|
version=2.0.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=scons
|
build_style=scons
|
||||||
hostmakedepends="scons"
|
hostmakedepends="scons"
|
||||||
short_desc="Provides binary-decimal and decimal-binary routines for IEEE doubles"
|
short_desc="Provides binary-decimal and decimal-binary routines for IEEE doubles"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="v8"
|
license="v8"
|
||||||
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"
|
distfiles="https://github.com/google/double-conversion/archive/v${version}.tar.gz"
|
||||||
checksum=03b976675171923a726d100f21a9b85c1c33e06578568fbc92b13be96147d932
|
checksum=ca9ec6974eaaa29827b916c90666fba3b0b6641030fe2ab34a81e280187acdef
|
||||||
|
|
||||||
post_install(){
|
post_install(){
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue