summaryrefslogtreecommitdiffstats
path: root/rules/libgmp.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2017-04-25 00:18:58 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-04 10:35:43 +0200
commitaa9fdf282de0e71dfcb41e526031d97f8b66a7a2 (patch)
tree90f71fc5dbb4aec52505b4e5ff52ccab6b5c2deb /rules/libgmp.make
parent3ea6b297a95a8d0b643ca40bce529685b48a46e2 (diff)
downloadptxdist-aa9fdf282de0e71dfcb41e526031d97f8b66a7a2.tar.gz
ptxdist-aa9fdf282de0e71dfcb41e526031d97f8b66a7a2.tar.xz
gmp: version bump 6.0.0a -> 6.1.2
There are no relevant configure.ac changes. There are no patches. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libgmp.make')
-rw-r--r--rules/libgmp.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libgmp.make b/rules/libgmp.make
index 11e4a839e..a4ef28b65 100644
--- a/rules/libgmp.make
+++ b/rules/libgmp.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBGMP) += libgmp
#
# Paths and names
#
-LIBGMP_VERSION := 6.0.0a
-LIBGMP_MD5 := b7ff2d88cae7f8085bd5006096eed470
+LIBGMP_VERSION := 6.1.2
+LIBGMP_MD5 := 8ddbb26dc3bd4e2302984debba1406a5
LIBGMP := gmp-$(LIBGMP_VERSION)
LIBGMP_SUFFIX := tar.bz2
LIBGMP_URL := $(call ptx/mirror, GNU, gmp/$(LIBGMP).$(LIBGMP_SUFFIX))