mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
libtommath: update to 1.2.1.
This commit is contained in:
parent
15f90391d8
commit
c6f0a3d302
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libtommath'
|
||||
pkgname=libtommath
|
||||
version=1.2.0
|
||||
version=1.2.1
|
||||
revision=1
|
||||
hostmakedepends="libtool"
|
||||
short_desc="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=b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1
|
||||
checksum=986025d7b374276fee2e30e99f3649e4ac0db8a02257a37ee10eae72abed0d1f
|
||||
|
||||
do_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue