From a52bee364c615740dd894e2f507024823b4934a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 9 Oct 2022 12:31:47 -0300 Subject: [PATCH] fplll: update to 5.4.3. --- srcpkgs/fplll/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fplll/template b/srcpkgs/fplll/template index 11a877d14872..0a3f2250344c 100644 --- a/srcpkgs/fplll/template +++ b/srcpkgs/fplll/template @@ -1,6 +1,6 @@ # Template file for 'fplll' pkgname=fplll -version=5.4.2 +version=5.4.3 revision=1 build_style=gnu-configure makedepends="gmp-devel mpfr-devel" @@ -8,8 +8,9 @@ short_desc="Lattice algorithms using floating-point orthogonalization and LLL" maintainer="Gonzalo TornarĂ­a " license="LGPL-2.1-or-later" homepage="https://github.com/fplll/fplll" +changelog="https://github.com/fplll/fplll/releases" distfiles="https://github.com/fplll/fplll/releases/download/${version}/fplll-${version}.tar.gz" -checksum=6e7b1704fd56f29dd9fc1dd719cc1f2df1f58964fd77bbde162f594d7fff7ba5 +checksum=43cf1a3e016d94f85ddff2888e62853c510774521a4abdfb5055c90f40e6eba1 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel"