Date: Wednesday, October 26, 2016 @ 18:41:15 Author: bisson Revision: 193730
upstream update Modified: gmp-ecm/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-26 18:38:28 UTC (rev 193729) +++ PKGBUILD 2016-10-26 18:41:15 UTC (rev 193730) @@ -2,7 +2,7 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=gmp-ecm -pkgver=7.0.3 +pkgver=7.0.4 pkgrel=1 pkgdesc='Elliptic Curve Method for Integer Factorization' url='http://ecm.gforge.inria.fr/' @@ -10,8 +10,8 @@ depends=('gmp') options=('!libtool') arch=('i686' 'x86_64') -source=("http://gforge.inria.fr/frs/download.php/36043/ecm-${pkgver}.tar.gz") -sha1sums=('8d747ccafdad7308c72b64bd545abf38984c3a44') +source=("https://gforge.inria.fr/frs/download.php/file/36224/ecm-${pkgver}.tar.gz") +sha1sums=('407e41af6f93214509810b954b88251e4b89e82b') build() { cd "${srcdir}/ecm-${pkgver}"
