Date: Friday, April 8, 2016 @ 18:15:37
  Author: bisson
Revision: 169758

upstream update

Modified:
  gmp-ecm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-04-08 15:41:36 UTC (rev 169757)
+++ PKGBUILD    2016-04-08 16:15:37 UTC (rev 169758)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson <[email protected]>
 
 pkgname=gmp-ecm
-pkgver=6.4.4
-pkgrel=2
+pkgver=7.0
+pkgrel=1
 pkgdesc='Elliptic Curve Method for Integer Factorization'
 url='http://ecm.gforge.inria.fr/'
 license=('GPL' 'LGPL')
@@ -10,8 +10,8 @@
 depends=('gmp')
 options=('!libtool')
 arch=('i686' 'x86_64')
-source=("http://gforge.inria.fr/frs/download.php/32159/ecm-${pkgver}.tar.gz";)
-sha1sums=('003d259772bd7748854f0fd8722299505c7d5259')
+source=("http://gforge.inria.fr/frs/download.php/35642/ecm-${pkgver}.tar.gz";)
+sha1sums=('b5acb139099f197d4c38aae079543ba26fa20737')
 
 build() {
        cd "${srcdir}/ecm-${pkgver}"

Reply via email to