libtommath: update to 1.2.0.
This commit is contained in:
parent
263b739823
commit
86974ca174
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libtommath'
|
||||
pkgname=libtommath
|
||||
version=1.1.0
|
||||
version=1.2.0
|
||||
revision=1
|
||||
hostmakedepends="libtool"
|
||||
short_desc="A portable number theoretic multiple-precision integer library"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="Public domain"
|
||||
homepage="http://www.libtom.net/LibTomMath/"
|
||||
distfiles="https://github.com/libtom/libtommath/releases/download/v${version}/ltm-${version}.tar.xz"
|
||||
checksum=90466c88783d1fe9f5c2364a69f5479f10d73ed616011be6196f35f7f1537ead
|
||||
checksum=b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1
|
||||
|
||||
do_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue