Date: Thursday, January 31, 2019 @ 18:55:23 Author: arojas Revision: 344973
Update to 1.1.0 Modified: libtommath/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-31 18:15:05 UTC (rev 344972) +++ PKGBUILD 2019-01-31 18:55:23 UTC (rev 344973) @@ -3,7 +3,7 @@ # Contributor: Michael Fellinger <[email protected]> pkgname=libtommath -pkgver=1.0.1 +pkgver=1.1.0 pkgrel=1 pkgdesc="Highly optimized and portable routines for integer based number theoretic applications" url="http://www.libtom.org/" @@ -12,7 +12,7 @@ depends=('glibc') options=(staticlibs) source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz") -md5sums=('72f4dd9dcde8338e5e3507f7bbea7582') +sha256sums=('90466c88783d1fe9f5c2364a69f5479f10d73ed616011be6196f35f7f1537ead') build() { cd $pkgname-$pkgver
