[arch-commits] Commit in libtommath/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Oct 22 10:35:54 UTC 2019
Date: Tuesday, October 22, 2019 @ 10:35:53
Author: arojas
Revision: 365310
Update to 1.2.0
Modified:
libtommath/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-22 09:44:26 UTC (rev 365309)
+++ PKGBUILD 2019-10-22 10:35:53 UTC (rev 365310)
@@ -3,7 +3,7 @@
# Contributor: Michael Fellinger <manveru at www.weez-int.com>
pkgname=libtommath
-pkgver=1.1.0
+pkgver=1.2.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")
-sha256sums=('90466c88783d1fe9f5c2364a69f5479f10d73ed616011be6196f35f7f1537ead')
+sha256sums=('b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list