summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJérémie Detrey2018-10-26 11:25:24 +0200
committerJérémie Detrey2018-10-26 11:25:24 +0200
commit730edc352d51c526d5b6fcbbb3c2a17df566274a (patch)
tree55a091dd17ab0fc1ff007c53c4b3267e49c659b4 /PKGBUILD
parenteedcbe843a017d1d476b9af8573f0fe47e1c242c (diff)
downloadaur-cado-nfs.tar.gz
Upstream update to 2.3.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5da4217962cc..8d186baa2435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jérémie Detrey <Jeremie.Detrey@loria.fr>
pkgname=cado-nfs
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="Implementation of the Number Field Sieve (NFS) algorithm for factoring integers"
arch=('i686' 'x86_64')
@@ -8,8 +8,8 @@ url="http://cado-nfs.gforge.inria.fr/"
license=('LGPL2')
depends=('gmp' 'python' 'sqlite')
makedepends=('cmake' 'inetutils')
-source=("https://gforge.inria.fr/frs/download.php/35401/${pkgname}-${pkgver}.tar.gz")
-md5sums=('7215b2542a1fe23a9a4d502d5987e14d')
+source=("https://gforge.inria.fr/frs/download.php/37058/${pkgname}-${pkgver}.tar.gz")
+md5sums=('7d6288df5209f96d579719046ac4386e')
build() {
cd "${pkgname}-${pkgver}"