Skip to content

Commit a7318b0

Browse files
committed
also bump fplll to 5.5.0
1 parent b046f8d commit a7318b0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build/pkgs/fplll/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=fplll-VERSION.tar.gz
2-
sha1=607f5922109d93ddd5a05419682511e26579f9d6
3-
sha256=76d3778f0326597ed7505bab19493a9bf6b73a5c5ca614e8fb82f42105c57d00
2+
sha1=b40beea04697cccb26c9e6140935039ef87371df
3+
sha256=f0af6bdd0ebd5871e87ff3ef7737cb5360b1e38181a4e5a8c1236f3476fec3b2
44
upstream_url=https://github.com/fplll/fplll/releases/download/VERSION/fplll-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.5
1+
5.5.0

build/pkgs/fplll/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SAGE_SPKG_CONFIGURE([fplll], [
88
dnl Issue #31025: FPLLL/FPyLLL make no guarantee regarding compatibility
99
dnl other than "whatever versions were released at the same time should work together"
1010
PKG_CHECK_MODULES([FPLLL],
11-
[fplll >= 5.4.5 fplll <= 5.4.5],
11+
[fplll >= 5.5.0],
1212
[
1313
AC_MSG_CHECKING([whether BKZ default strategy JSON is installed])
1414
AC_LANG_PUSH([C++])

build/pkgs/fpylll/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython cysignals numpy fplll | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
cython cysignals numpy fplll | $(PYTHON_TOOLCHAIN) $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)