Date: Saturday, January 8, 2022 @ 21:44:20 Author: arojas Revision: 1097395
Update to 2.2 Modified: ratpoints/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-08 20:56:31 UTC (rev 1097394) +++ PKGBUILD 2022-01-08 21:44:20 UTC (rev 1097395) @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=ratpoints -pkgver=2.1.3 -pkgrel=5 +pkgver=2.2 +pkgrel=1 pkgdesc='A program that uses an optimized quadratic sieve algorithm in order to find rational points on hyperelliptic curves' arch=(x86_64) url='http://www.mathe2.uni-bayreuth.de/stoll/programs/index.html' @@ -9,7 +9,7 @@ license=(GPL2) depends=(gmp) source=(http://www.mathe2.uni-bayreuth.de/stoll/programs/$pkgname-$pkgver.tar.gz) -sha256sums=('c4bd55b4fe6234ed4793edfb6126f63b13ee2eaf122f3dfd8f4737a7096a0a7e') +sha256sums=('66f53a25c8c18f25f517ab1da4963ef83ec8791b50bbf4264e1cf7b5bf217b15') prepare() { # Honor system build flags
